gnokii - Patches: patch #10312, Avoid implicit declaration of...
You are not allowed to post comments on this tracker with your current authentication level.
patch #10312: Avoid implicit declaration of memset for C99 compatibility
Submitter: | Florian Weimer <fweimer> | ||
Submitted: | Thu 02 Feb 2023 09:50:10 AM UTC | ||
Category: | None | Priority: | 5 - Normal |
Status: | None | Privacy: | Public |
Assigned to: | None | Open/Closed: | Open |
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.
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2023-02-02 | fweimer | Attached File | - | ![]() |
Added gnokii-configure-c99.patch, #54296 |
Two checks in configure.in need to include <string.h> for a declaration of memset, otherwise these checks will fail unconditionally with future compilers.