[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #43235] Numerous compiler warnings in ppp_new code
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #43235] Numerous compiler warnings in ppp_new code |
Date: |
Tue, 16 Sep 2014 18:39:36 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_6_8) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/37.0.2062.120 Safari/537.36 |
URL:
<http://savannah.nongnu.org/bugs/?43235>
Summary: Numerous compiler warnings in ppp_new code
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Di 16 Sep 2014 18:39:35 GMT
Category: PPP
Severity: 3 - Normal
Item Group: Compiler Warning
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Planned Release: 1.5.0
lwIP version: git head
_______________________________________________________
Details:
I have to admit it's the first time I'm compiling the PPP code with the win32
project with PPP enabled, but I really get many warnings. Is the original code
really in that bad shape? Are these our changes or are the warnings in the
original code?
Also the code uses tabs and spaces mixed, which makes it really hard to
read...
Anyway, here's a list of warnings I get on current git master (sorry, it's
german, I don't have the english VS around right now; you can get the english
version from google :):
lwip\src\netif\ppp\polarssl\md5.c(229) : warning C4013: 'memcpy' undefiniert;
Annahme: extern mit Rückgabetyp int
lwip\src\netif\ppp\utils.c(212) : warning C4146: Einem vorzeichenlosen Typ
wurde ein unärer Minus-Operator zugewiesen. Das Ergebnis ist weiterhin
vorzeichenlos.
lwip\src\netif\ppp\utils.c(609) : warning C4100: 'buf': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\utils.c(609) : warning C4100: 'level': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\upap.c(454) : warning C4100: 'id': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\upap.c(488) : warning C4100: 'id': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\upap.c(539) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\ppp.c(1932) : warning C4100: 'pcb': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\ppp.c(2013) : warning C4100: 'mtu': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\lcp.c(841) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(852) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(1067) : warning C4100: 'treat_as_reject':
Unreferenzierter formaler Parameter
lwip\src\netif\ppp\lcp.c(1918) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(1956) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(1972) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(2038) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(2045) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\lcp.c(2616) : warning C4100: 'id': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\ipcp.c(2043) : warning C4100: 'replacedefaultroute':
Unreferenzierter formaler Parameter
lwip\src\netif\ppp\fsm.c(518) : warning C4706: Zuweisung in bedingtem
Ausdruck
lwip\src\netif\ppp\fsm.c(525) : warning C4706: Zuweisung in bedingtem
Ausdruck
lwip\src\netif\ppp\chap-new.c(464) : warning C4310: Typumwandlung verkürzt
konstante Werte
lwip\src\netif\ppp\chap-new.c(486) : warning C4100: 'id': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\chap-md5.c(97) : warning C4100: 'private': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\chap-md5.c(95) : warning C4100: 'our_name':
Unreferenzierter formaler Parameter
lwip\src\netif\ppp\auth.c(548) : warning C4100: 'pcb': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\auth.c(1083) : warning C4100: 'protocol': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\auth.c(1161) : warning C4100: 'proto': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\auth.c(1211) : warning C4100: 'proto': Unreferenzierter
formaler Parameter
lwip\src\netif\ppp\auth.c(1229) : warning C4100: 'proto': Unreferenzierter
formaler Parameter
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?43235>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #43235] Numerous compiler warnings in ppp_new code,
Simon Goldschmidt <=