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 #852918
-Wold-style-declaration compiler warnings
Start date:
Due date:
% Done:
0%
Estimated time:
Description
Experimenting with stricter compiler warnings I got:
../../../src/utility/support.h:179:1: error: ‘inline’ is not at beginning of declaration [-Werror=old-style-declaration]
179 | static bool inline is_bigendian(void)
Related issues
History
#1
Updated by Marko Lindqvist over 2 years ago
- Related to Feature #852936: Enable -Wold-style-declaration added
#2
Updated by Marko Lindqvist over 2 years ago
- Subject changed from is_bigendian() declaration misplaces inline keyword to -Wold-style-declaration compiler warnings
- Status changed from New to In Progress
- Sprint/Milestone set to 2.6.2
There's some more old-style-declaration warnings. Handling them all in this ticket.
#3
Updated by Marko Lindqvist over 2 years ago
- File 0021-Fix-Wold-style-declaration-compiler-warnings.patch 0021-Fix-Wold-style-declaration-compiler-warnings.patch added
- File 0008-Fix-Wold-style-declaration-compiler-warnings.patch 0008-Fix-Wold-style-declaration-compiler-warnings.patch added
- File 0006-Fix-Wold-style-declaration-compiler-warnings.patch 0006-Fix-Wold-style-declaration-compiler-warnings.patch added
- Status changed from In Progress to Resolved
#4
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to In Progress
S2_6 xaw-clients has more of these warnings.
#5
Updated by Marko Lindqvist over 2 years ago
- File 0006-Fix-Wold-style-declaration-compiler-warnings.patch 0006-Fix-Wold-style-declaration-compiler-warnings.patch added
- Status changed from In Progress to Resolved
#6
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist