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 #883284
clang-11 gtk-client warnings
0%
Description
gtk-clients do not compile with --enable-debug (-Werror) & clang-11 development version.
More info to follow.
History
#1
Updated by Marko Lindqvist about 2 years ago
../../../../src/client/gui-gtk-3.0/unitselect.c:936:45: error: cast to smaller integer type 'enum unit_select_location_mode' from 'gpointer' (aka 'void *') [-Werror,-Wvoid-pointer-to-enum-cast]
enum unit_select_location_mode loc_mode = (enum unit_select_location_mode) mode_data;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../src/client/gui-gtk-3.0/unitselect.c:1084:40: error: cast to smaller integer type 'enum unit_select_location_mode' from 'gpointer' (aka 'void *') [-Werror,-Wvoid-pointer-to-enum-cast]
enum unit_select_location_mode loc = (enum unit_select_location_mode) data;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../src/client/gui-gtk-3.0/unitselect.c:1122:40: error: cast to smaller integer type 'enum unit_select_location_mode' from 'gpointer' (aka 'void *') [-Werror,-Wvoid-pointer-to-enum-cast]
enum unit_select_location_mode loc = (enum unit_select_location_mode) data;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
../../../../src/client/gui-gtk-3.0/unitselect.c:1179:40: error: cast to smaller integer type 'enum unit_select_location_mode' from 'gpointer' (aka 'void *') [-Werror,-Wvoid-pointer-to-enum-cast]
enum unit_select_location_mode loc = (enum unit_select_location_mode) data;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
#2
Updated by Marko Lindqvist almost 2 years ago
- File 0006-Fix-build-with-clang-11.patch 0006-Fix-build-with-clang-11.patch added
- File 0009-Fix-build-with-clang-11.patch 0009-Fix-build-with-clang-11.patch added
- Status changed from New to Resolved
#3
Updated by Marko Lindqvist almost 2 years ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist