HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #825241
NDEBUG: mapimg.c compiler warning "'%s' directive argument is null"
Start date:
Due date:
% Done:
0%
Estimated time:
Description
gcc9 compilation with NDEBUG set gives a warning about mapimg.c:644
'%s' directive argument is null
fc_snprintf(name, sizeof(name), "'%s'", show_player_name(showplr));
History
#1
Updated by Marko Lindqvist almost 3 years ago
- Subject changed from NDEGUB: mapimg.c compiler warning "'%s' directive argument is null" to NDEBUG: mapimg.c compiler warning "'%s' directive argument is null"
#2
Updated by Marko Lindqvist almost 3 years ago
- File 0058-Fix-gcc9-warning-in-NDEBUG-build.patch 0058-Fix-gcc9-warning-in-NDEBUG-build.patch added
- Category set to General
- Status changed from New to Resolved
- Sprint/Milestone set to 2.6.1
In S2_5 it has been fixed already as part of original gcc9 warnings fix - presumably it has shown there even without NDEBUG.
#3
Updated by Marko Lindqvist almost 3 years ago
- Unify with S2_5 code. Fixes a couple of style issues
#4
Updated by Marko Lindqvist almost 3 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist