]> diplodocus.org Git - nmh/blobdiff - uip/mshcmds.c
Documented support of OURDEFS to pass compile flags to configure.
[nmh] / uip / mshcmds.c
index 64957e8e1f85cca7222396f522949e620895cf79..b46f753c4cf43e04fd2672477d5242376fa60e52 100644 (file)
@@ -1086,6 +1086,8 @@ static char *hlpmsg[] = {
 void
 helpcmd (char **args)
 {
+    NMH_UNUSED (args);
+
     int i;
 
     for (i = 0; hlpmsg[i]; i++) {
@@ -2366,6 +2368,8 @@ show (int msgnum)
 static int
 eom_action (int c)
 {
+    NMH_UNUSED (c);
+
     return (ftell (mhlfp) >= Msgs[mhlnum].m_stop);
 }