X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhlsbr.c;h=a0d1306845606b3a047183755d540a1c1d867610;hb=3a84d814004fd4557bf4f44952648e9e69bd22a8;hp=4cd3770e298a1317d4b090a4f64f3bb9282f52b0;hpb=f5e7506daeb8f52e02348504fb1699284b299f25;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);