]> diplodocus.org Git - nmh/blobdiff - uip/mhparse.c
Changed types and added casts so that build is clean with gcc -Wsign-compare.
[nmh] / uip / mhparse.c
index 4959dfece9dd9bf8e1522045344405ad2f2eff29..1b49efdfd07d049e64b84b53f89a7f190e3e823d 100644 (file)
@@ -1042,6 +1042,8 @@ invalid:
 static int
 InitGeneric (CT ct)
 {
+    NMH_UNUSED (ct);
+
     return OK;         /* not much to do here */
 }