X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlsbr.c;h=a0d1306845606b3a047183755d540a1c1d867610;hb=93cf33c07eed0e56b4f3a0d1c07ff183ac1510ef;hp=4cd3770e298a1317d4b090a4f64f3bb9282f52b0;hpb=f475d48680eb8bb0b6543efab9057eba2773666e;p=mmh diff --git a/uip/mhlsbr.c b/uip/mhlsbr.c index 4cd3770..a0d1306 100644 --- a/uip/mhlsbr.c +++ b/uip/mhlsbr.c @@ -1447,6 +1447,8 @@ putch (char ch) static void intrser (int i) { + NMH_UNUSED (i); + discard (stdout); putchar ('\n'); longjmp (env, DONE); @@ -1456,6 +1458,8 @@ intrser (int i) static void pipeser (int i) { + NMH_UNUSED (i); + done (NOTOK); } @@ -1463,6 +1467,8 @@ pipeser (int i) static void quitser (int i) { + NMH_UNUSED (i); + putchar ('\n'); fflush (stdout); done (NOTOK);