[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [bug #26523] Compiler Warnings
From: |
Simon Goldschmidt |
Subject: |
[lwip-devel] [bug #26523] Compiler Warnings |
Date: |
Wed, 13 May 2009 06:03:56 +0000 |
User-agent: |
Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.9.0.10) Gecko/2009042316 Firefox/3.0.10 |
Follow-up Comment #2, bug #26523 (project lwip):
I had a quick look over some of the lines mentioned, and I think at least
most of these are not solved by patch #6521.
Most of the warnings seem to be something like:
u8_t x;
u16_t y;
x = y; or y = x; << warning here: x and y have different sizes.
Do we really care for that warning? The implicit conversion done by the
compiler is what we want, I guess...
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?26523>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
- [lwip-devel] [bug #26523] Compiler Warnings, Rikke Ottesen, 2009/05/11
- [lwip-devel] [bug #26523] Compiler Warnings, Kieran Mansley, 2009/05/11
- [lwip-devel] [bug #26523] Compiler Warnings,
Simon Goldschmidt <=
- [lwip-devel] [bug #26523] Compiler Warnings, Rikke Ottesen, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Simon Goldschmidt, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Rikke Ottesen, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Simon Goldschmidt, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Rikke Ottesen, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Kieran Mansley, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Rikke Ottesen, 2009/05/13
- [lwip-devel] [bug #26523] Compiler Warnings, Bill Auerbach, 2009/05/13