[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[lwip-devel] [task #7054] Clarification needed for variable initializati
From: |
Kieran Mansley |
Subject: |
[lwip-devel] [task #7054] Clarification needed for variable initialization |
Date: |
Fri, 24 Aug 2007 14:45:02 +0000 |
User-agent: |
Opera/9.21 (X11; Linux i686; U; en) |
Follow-up Comment #17, task #7054 (project lwip):
I'd agree with the consensus that seems to have been reached here, i.e. we
can assume that a compiler will initialise static variables and globals to
zero, and so INIT_NULL/ZERO should not be necessary, nor should it be
necessary to later set them to zero in an _init function.
However, don't go to a lot of effort to do this now as it is just general
cleanup, but feel free to make things more standard across the code when doing
related changes.
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?7054>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
- [lwip-devel] [task #7054] Clarification needed for variable initialization,
Kieran Mansley <=