]> git.marmaro.de Git - mmh/blobdiff - uip/slocal.c
Added NMH_UNUSED macro for suppressing warnings about unused parameters
[mmh] / uip / slocal.c
index 36a25f051c2f4addacc19074496539dabad5d7a0..f08f2ffc5b561e9ca3d0695d04a9ca26a382c287 100644 (file)
@@ -1210,6 +1210,8 @@ usr_pipe (int fd, char *cmd, char *pgm, char **vec, int suppress)
 static void
 alrmser (int i)
 {
+    NMH_UNUSED (i);
+
     longjmp (myctx, DONE);
 }