]> diplodocus.org Git - nmh/commitdiff
Silenced warnings when built without iconv.
authorDavid Levine <levinedl@acm.org>
Tue, 18 Feb 2014 13:54:37 +0000 (07:54 -0600)
committerDavid Levine <levinedl@acm.org>
Tue, 18 Feb 2014 13:54:37 +0000 (07:54 -0600)
uip/mhshowsbr.c

index 130905615e5932e57b68dbe7ab0030a06b818d22..5a6f125e298ad8e973376d53e2723d1db3e7a36e 100644 (file)
@@ -1173,6 +1173,9 @@ convert_content_charset (CT ct, char **file) {
             return NOTOK;
         }
     }
+#else  /* ! HAVE_ICONV */
+    NMH_UNUSED (ct);
+    NMH_UNUSED (file);
 #endif /* ! HAVE_ICONV */
 
     return OK;