lwIP - A Lightweight TCP/IP stack - Patches: patch #8357, Silence some GCC warnings (contrib)
You are not allowed to post comments on this tracker with your current authentication level.
patch #8357: Silence some GCC warnings (contrib)
| Submitter: | Fatih Aşıcı <fatih> | ||
| Submitted: | Wed 26 Feb 2014 09:19:16 AM UTC | ||
| Category: | Contrib | Priority: | 5 - Normal |
| Status: | Done | Privacy: | Public |
| Assigned to: | goldsimon | Open/Closed: | Closed |
| Planned Release: | None | ||
|
Wed 17 Sep 2014 08:18:03 PM UTC, comment #2: |
Simon Goldschmidt <goldsimon> |
|
Wed 26 Feb 2014 09:03:15 PM UTC, comment #1: Regarding tcpip.c:
|
Simon Goldschmidt <goldsimon> |
|
Wed 26 Feb 2014 09:19:16 AM UTC, original submission:
unixsim Makefile uses -Werror. It can be built now without errors.
|
Fatih Aşıcı <fatih> |
Depends on the following items: None found
Items that depend on this one: None found
There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.
Follow 5 latest changes.
| Date | Changed by | Updated Field | Previous Value | => | Replaced by |
|---|---|---|---|---|---|
| 2014-09-17 | goldsimon | Status | In Progress | Done | |
| Open/Closed | Open | Closed | |||
| 2014-02-26 | goldsimon | Status | None | In Progress | |
| Assigned to | None | goldsimon | |||
| 2014-02-26 | fatih | Attached File | - | Added 0001-Silence-GCC-warnings.patch, #30706 |
Powered by Savane 3.12.
Corresponding source code

Foxed tcpdump.c -> tcpip.c warnings can be solved by not checking for != NULL, since it is always called with '&' now.