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 #870481
gcc9 -O3: colortest-%s directive argument is null
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Seen on master when building with gcc9, -O3 optimization level:
../../../src/common/mapimg.c: In function ‘mapimg_colortest’:
../../../src/common/mapimg.c:1511:9: error: ‘%s’ directive argument is null [-Werror=format-overflow=]
1511 | fc_snprintf(buf, sizeof(buf), "colortest-%s", imagetool_name(tool));
History
#1
Updated by Marko Lindqvist about 2 years ago
- Status changed from New to In Progress
- Sprint/Milestone set to 2.6.3
#2
Updated by Marko Lindqvist about 2 years ago
- File 0024-mapimg_colortest-Fix-compiler-warning-with-O3.patch 0024-mapimg_colortest-Fix-compiler-warning-with-O3.patch added
- Status changed from In Progress to Resolved
#3
Updated by Marko Lindqvist about 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist