|
From: | Simon Goldschmidt |
Subject: | [lwip-devel] [patch #6699] Fixing a couple of compilation warnings(Paradigm C++) |
Date: | Sat, 20 Dec 2008 10:38:22 +0000 |
User-agent: | Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.4; de; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5 |
Follow-up Comment #5, patch #6699 (project lwip): > ... double parentheses ... I also don't have a clue why there are double parentheses... They seem to have been there for a while... :-) As to the len/offset/(int)0xffff: I agree (int)0xffff is not a good idea if sizeof(int)==2, I missed that. But I'm also not sure converting these to u32_t is a good idea: The reason they are int is that both the socket and the netconn API have int as size in their send functions. If you change it in api_msg_msg, you have to change the send functions, too! _______________________________________________________ Reply to this item at: <http://savannah.nongnu.org/patch/?6699> _______________________________________________ Nachricht geschickt von/durch Savannah http://savannah.nongnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |