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 #854469
Missing break in handle_unit_get_actions()
Start date:
Due date:
% Done:
0%
Estimated time:
Description
../../../src/server/unithand.c: In function ‘handle_unit_get_actions’:
../../../src/server/unithand.c:1874:12: error: this statement may fall through [-Werror=implicit-fallthrough=]
1874 | if (target_extra && action_id_has_complex_target(act)) {
| ^
../../../src/server/unithand.c:1878:7: note: here
1878 | case ATK_UNITS:
The only implementation in the following case is an assert that has already been asserted once in the case falling through, so this is not serious.
History
#1
Updated by Marko Lindqvist over 2 years ago
- File 0035-Add-missing-break-to-handle_unit_get_actions.patch 0035-Add-missing-break-to-handle_unit_get_actions.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 3.1.0
#2
Updated by Marko Lindqvist over 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist