From 13ba8810c774e8e4371690629da3478b6a793d07 Mon Sep 17 00:00:00 2001 From: Sylvain Rochet Date: Fri, 4 Jan 2013 22:51:13 +0100 Subject: [PATCH] PPP, fixed one more IAR warnings --- src/netif/ppp/lcp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/netif/ppp/lcp.c b/src/netif/ppp/lcp.c index 76cec49e..29cf2166 100644 --- a/src/netif/ppp/lcp.c +++ b/src/netif/ppp/lcp.c @@ -1350,6 +1350,7 @@ static int lcp_nakci(fsm *f, u_char *p, int len, int treat_as_reject) { */ NAKCICHAR(CI_CALLBACK, neg_cbcp, try.neg_cbcp = 0; + (void)cichar; /* if CHAP support is not compiled, cichar is set but not used, which makes some compilers complaining */ ); /*