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 #855389
genlist_sort() sign-compare warning
0%
Description
With -Wsign-compare enabled:
./../../src/utility/genlist.c: In function ‘genlist_sort’:
../../../src/utility/genlist.c:611:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘const long unsigned int’} [-Werror=sign-compare]
611 | for (i = 0; i < n; i++, myiter = myiter->next) {
| ^
../../../src/utility/genlist.c:618:17: error: comparison of integer expressions of different signedness: ‘int’ and ‘size_t’ {aka ‘const long unsigned int’} [-Werror=sign-compare]
618 | for (i = 0; i < n; i++, myiter = myiter->next) {
History
#1
Updated by Marko Lindqvist over 1 year ago
- File 0022-Fix-sign-compare-compiler-warning-from-genlist_sort.patch 0022-Fix-sign-compare-compiler-warning-from-genlist_sort.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 2.6.2
#2
Updated by Marko Lindqvist over 1 year ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist