X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/e37dc08079906b1b2737c3dad31fa507bdc66ecb..d6e99ba43296f69099e64845ef0f8e09b037a344:/uip/slocal.c diff --git a/uip/slocal.c b/uip/slocal.c index 36a25f05..f08f2ffc 100644 --- a/uip/slocal.c +++ b/uip/slocal.c @@ -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); }