lwIP - A Lightweight TCP/IP stack - Bugs: bug #63904, snprintf needs stdio.h in mem.c
You are not allowed to post comments on this tracker with your current authentication level.
bug #63904: snprintf needs stdio.h in mem.c
Submitter: | Giuseppe Modugno <giusloq> | ||
Submitted: | Fri 10 Mar 2023 09:39:13 AM UTC | ||
Category: | None | Severity: | 3 - Normal |
Item Group: | Compiler Warning | Status: | None |
Privacy: | Public | Assigned to: | None |
Open/Closed: | Open | Planned Release: | None |
lwIP version: | git head |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
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.
No changes have been made to this item
My build process emits a warning during mem.c compilation about undeclared defined function snprintf().
Indeed this source file doesn't include <stdio.h> where snprintf() is defined. I think it should be fixed.