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 #853540
-Wsign-compare warning in get_tokens()
Start date:
Due date:
% Done:
0%
Estimated time:
Description
When -Wsign-compare enabled:
../../../src/utility/fc_cmdline.c: In function ‘get_tokens’:
../../../src/utility/fc_cmdline.c:173:25: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘long unsigned int’} [-Werror=sign-compare]
173 | for (token = 0; token < num_tokens && *str != '\0'; token++) {
History
#1
Updated by Marko Lindqvist about 1 year ago
- File 0033-Fix-sign-compare-compiler-warning-in-get_tokens.patch 0033-Fix-sign-compare-compiler-warning-in-get_tokens.patch added
- File 0017-Fix-sign-compare-compiler-warning-in-get_tokens.patch 0017-Fix-sign-compare-compiler-warning-in-get_tokens.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 2.6.2
#2
Updated by Marko Lindqvist about 1 year ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist