Added NMH_UNUSED macro for suppressing warnings about unused parameters
[mmh] / uip / mhparse.c
index 4959dfe..1b49efd 100644 (file)
@@ -1042,6 +1042,8 @@ invalid:
 static int
 InitGeneric (CT ct)
 {
+    NMH_UNUSED (ct);
+
     return OK;         /* not much to do here */
 }