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 #863758
clang9: error: result of comparison of unsigned enum expression < 0 is always false
Start date:
Due date:
% Done:
0%
Estimated time:
Description
../../server/unittools.c:4678:25: error: result of comparison of unsigned enum expression < 0 is always false [-Werror,-Wtautological-unsigned-enum-zero-compare]
if (orders[i].order < 0 || orders[i].order > ORDER_LAST) {
~~~~~~~~~~~~~ ^ ~
1 error generated.
History
#1
Updated by Sveinung Kvilhaugsvik over 2 years ago
- File 0001-Fix-Clang-9-warning.patch 0001-Fix-Clang-9-warning.patch added
- Status changed from In Progress to Resolved
#2
Updated by Sveinung Kvilhaugsvik over 2 years ago
- Status changed from Resolved to Closed