[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: |
Sun, 22 Feb 2015 18:41:14 +0000 |
User-agent: |
Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/40.0.2214.111 Safari/537.36 |
Update of bug #43235 (project lwip):
Status: None => In Progress
Assigned to: None => goldsimon
_______________________________________________________
Follow-up Comment #9:
> Could you try fixing C4310 ?
Unfortunately, I don't know how. I'll have to add these to the ignored
warnings.
> C4706 and C4146 are wanted behavior.
I can live with C4706 (but only for the PPP code and because I'd prefer
staying as close to the original sources as possible), but C4146 seems really
wrong. I've added a cast to (long) just after the minus.
> C4013 depends on the port I guess.
No, it doesn't. The default is MEMCPY->memcpy so all files using MEMCPY
include <string.h>.
> And could you try fixing C4028 ?, I don't see why your compiler is
complaining.
Oops. I'm working on bug #44069 (udp_sendto and similar don't accept const
destination addresses). Seems like I failed to filter out this one.
I'll commit the 2 fixes after bug #44069.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?43235>
_______________________________________________
Nachricht gesendet von/durch Savannah
http://savannah.nongnu.org/