Compiler Warnings

This is a list of warnings we get when compiling with some extra warning flags. You can reproduce this like e.g. this:

make CFLAGS+="-Wextra"

Ideally none of these warnings should be there. However some will be false positives. To read more about these flags look at: http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html. If you fix one of these warnings please also update this list. Thanks.

-Waggregate-return

games-dlg-players.c: In function ‘update_player_list’:
games-dlg-players.c:109: warning: function call has aggregate value
games-dlg-players.c:157: warning: function call has aggregate value
games-dlg-players.c: In function ‘player_boot_activate’:
games-dlg-players.c:357: warning: function call has aggregate value
games-dlg-players.c:359: warning: function call has aggregate value

These are caused by ggz API; file upstream?

server.c: In function ‘game_handle_ggz_spectator_join’:
server.c:148: warning: function call has aggregate value
server.c:154: warning: function call has aggregate value
server.c: In function ‘game_handle_ggz_seat’:
server.c:176: warning: function call has aggregate value
server.c: In function ‘game_handle_ggz_player’:
server.c:217: warning: function call has aggregate value
server.c: In function ‘game_handle_ggz_spectator’:
server.c:254: warning: function call has aggregate value
server.c: In function ‘game_send_seat’:
server.c:274: warning: function call has aggregate value
server.c: In function ‘game_send_players’:
server.c:291: warning: function call has aggregate value
server.c:301: warning: function call has aggregate value
server.c: In function ‘game_send_move’:
server.c:317: warning: function call has aggregate value
server.c: In function ‘game_send_gameover’:
server.c:361: warning: function call has aggregate value
server.c:373: warning: function call has aggregate value
server.c: In function ‘game_read_move’:
server.c:396: warning: function call has aggregate value
server.c: In function ‘game_next_move’:
server.c:426: warning: function call has aggregate value
server.c: In function ‘game_req_move’:
server.c:440: warning: function call has aggregate value
server.c: In function ‘game_do_move’:
server.c:482: warning: function call has aggregate value
server.c: In function ‘game_read_options’:
server.c:652: warning: function call has aggregate value
server.c:677: warning: function call has aggregate value
server.c: In function ‘game_handle_ggz_seat’:
server.c:122: warning: function call has aggregate value
server.c: In function ‘game_send_seat’:
server.c:149: warning: function call has aggregate value
server.c: In function ‘game_send_players’:
server.c:167: warning: function call has aggregate value
server.c:179: warning: function call has aggregate value
server.c:181: warning: function call has aggregate value
server.c:181: warning: function call has aggregate value
server.c: In function ‘game_send_sync’:
server.c:196: warning: function call has aggregate value
server.c: In function ‘game_start’:
server.c:230: warning: function call has aggregate value
server.c: In function ‘game_handle_player’:
server.c:250: warning: function call has aggregate value
server.c: In function ‘game_handle_move’:
server.c:278: warning: function call has aggregate value
server.c: In function ‘game_play’:
server.c:309: warning: function call has aggregate value
server.c: In function ‘game_make_move’:
server.c:413: warning: function call has aggregate value
server.c: In function ‘game_skip_move’:
server.c:505: warning: function call has aggregate value
server.c: In function ‘game_gameover’:
server.c:547: warning: function call has aggregate value
server.c:561: warning: function call has aggregate value
server.c:564: warning: function call has aggregate value
server.c: In function ‘game_handle_ggz_seat’:
server.c:97: warning: function call has aggregate value
server.c: In function ‘game_send_sync’:
server.c:125: warning: function call has aggregate value
server.c: In function ‘game_send_seat’:
server.c:140: warning: function call has aggregate value
server.c: In function ‘game_send_players’:
server.c:160: warning: function call has aggregate value
server.c:171: warning: function call has aggregate value
server.c: In function ‘game_start’:
server.c:195: warning: function call has aggregate value
server.c: In function ‘game_handle_player’:
server.c:215: warning: function call has aggregate value
server.c: In function ‘game_handle_noboni’:
server.c:260: warning: function call has aggregate value
server.c:268: warning: function call has aggregate value
server.c: In function ‘game_handle_boni’:
server.c:285: warning: function call has aggregate value
server.c:296: warning: function call has aggregate value
server.c: In function ‘game_handle_settings’:
server.c:315: warning: function call has aggregate value
server.c:324: warning: function call has aggregate value
server.c: In function ‘game_handle_move’:
server.c:341: warning: function call has aggregate value
server.c:350: warning: function call has aggregate value

-Wbad-function-cast

games-card-theme-preimage.c: In function ‘games_card_theme_preimage_get_card_aspect’:
games-card-theme-preimage.c:214: warning: cast from function call of type ‘gint’ to non-matching type ‘double’
games-card-theme-preimage.c:216: warning: cast from function call of type ‘gint’ to non-matching type ‘double’
games-card-theme-svg.c: In function ‘games_card_theme_svg_get_card_pixbuf’:
games-card-theme-svg.c:78: warning: cast from function call of type ‘gint’ to non-matching type ‘double’
games-card-theme-svg.c:79: warning: cast from function call of type ‘gint’ to non-matching type ‘double’
game.c: In function ‘cscmi_add_slot’:
game.c:584: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:586: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:588: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:591: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c: In function ‘aisleriot_game_get_options’:
game.c:2071: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:2083: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:2097: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c: In function ‘aisleriot_game_change_options’:
game.c:2154: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:2164: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
game.c:2170: warning: cast from function call of type ‘SCM’ to non-matching type ‘unsigned int’
maps.c: In function ‘parse_start_el’:
maps.c:382: warning: cast from function call of type ‘gdouble’ to non-matching type ‘int’
glines.c: In function ‘addscore’:
glines.c:923: warning: cast from function call of type ‘double’ to non-matching type ‘int’
game.c: In function ‘get_dir’:
game.c:1447: warning: cast from function call of type ‘double’ to non-matching type ‘int’

-Wdeclaration-after-statement

Clean.

-Wextra

games-card-images.c: In function ‘games_card_images_set_cache_mode’:
games-card-images.c:378: warning: comparison of unsigned expression >= 0 is always true
games-card-images.c: In function ‘games_card_images_get_card_pixbuf_by_id’:
games-card-images.c:523: warning: comparison of unsigned expression >= 0 is always true
games-card-images.c: In function ‘games_card_images_get_card_pixmap_by_id’:
games-card-images.c:624: warning: comparison of unsigned expression >= 0 is always true
games-card-images.c: In function ‘games_card_images_get_card_pixmap_by_suit_and_rank’:
games-card-images.c:898: warning: comparison of unsigned expression >= 0 is always true
games-runtime.c: In function ‘games_runtime_get_directory’:
games-runtime.c:170: warning: comparison of unsigned expression >= 0 is always true
minefield.c: In function ‘cell_idx’:
minefield.c:151: warning: comparison of unsigned expression >= 0 is always true
minefield.c:151: warning: comparison of unsigned expression >= 0 is always true
minefield.c: In function ‘gtk_minefield_multi_release’:
minefield.c:949: warning: comparison of unsigned expression < 0 is always false
glines.c: In function ‘restart’:
glines.c:1667: warning: comparison of unsigned expression < 0 is always false

-Wformat-nonliteral

games-stock.c: In function ‘games_get_license_version’:
games-stock.c:447: warning: format not a string literal, argument types not checked
gnomine.c: In function ‘hint_callback’:
gnomine.c:325: warning: format not a string literal, argument types not checked

-Wmissing-noreturn

connect4.c: In function ‘fatal_error’:
connect4.c:58: warning: function might be possible candidate for attribute ‘noreturn’
gnibbles.c: In function ‘gnibbles_error’:
gnibbles.c:78: warning: function might be possible candidate for attribute ‘noreturn’

-Wold-style-definition

Clean.

-Wpacked

Clean.

-Wredundant-decls

main.c:76: warning: redundant redeclaration of ‘player_active’
main.h:57: warning: previous declaration of ‘player_active’ was here
gfx.c:44: warning: redundant redeclaration of ‘app’
main.h:54: warning: previous declaration of ‘app’ was here
prefs.c:54: warning: redundant redeclaration of ‘app’
main.h:54: warning: previous declaration of ‘app’ was here
bintree.c:44: warning: redundant redeclaration of ‘bin_compare’
proto.h:35: warning: previous declaration of ‘bin_compare’ was here
bintree.c:45: warning: redundant redeclaration of ‘fast_init_bin_tree’
pnsearch.h:88: warning: previous declaration of ‘fast_init_bin_tree’ was here
bintree.c:46: warning: redundant redeclaration of ‘fast_free_bin_tree’
proto.h:59: warning: previous declaration of ‘fast_free_bin_tree’ was here
bintree.c:49: warning: redundant redeclaration of ‘fast_check_node’
pnsearch.h:89: warning: previous declaration of ‘fast_check_node’ was here
evaluate.c:83: warning: redundant redeclaration of ‘evaluation_function’
proto.h:38: warning: previous declaration of ‘evaluation_function’ was here
evaluate.c:86: warning: redundant redeclaration of ‘allocate_matrix’
proto.h:46: warning: previous declaration of ‘allocate_matrix’ was here
heurist.c:39: warning: redundant redeclaration of ‘fight’
proto.h:54: warning: previous declaration of ‘fight’ was here
heurist.c:52: warning: redundant redeclaration of ‘heuristic_search’
proto.h:39: warning: previous declaration of ‘heuristic_search’ was here
heurist.c:53: warning: redundant redeclaration of ‘heuristic_play_best’
proto.h:45: warning: previous declaration of ‘heuristic_play_best’ was here
ia_main.c:40: warning: redundant redeclaration of ‘collapse_position’
proto.h:57: warning: previous declaration of ‘collapse_position’ was here
ia_main.c:50: warning: redundant redeclaration of ‘makemove’
proto.h:41: warning: previous declaration of ‘makemove’ was here
ia_main.c:53: warning: redundant redeclaration of ‘endgame’
proto.h:42: warning: previous declaration of ‘endgame’ was here
ia_main.c:54: warning: redundant redeclaration of ‘try_to_win’
proto.h:36: warning: previous declaration of ‘try_to_win’ was here
ia_main.c:55: warning: redundant redeclaration of ‘fast_try_to_win’
proto.h:58: warning: previous declaration of ‘fast_try_to_win’ was here
ia_main.c:65: warning: redundant redeclaration of ‘get_lower’
proto.h:56: warning: previous declaration of ‘get_lower’ was here
ia_main.c:69: warning: redundant redeclaration of ‘ia_compute_move’
proto.h:43: warning: previous declaration of ‘ia_compute_move’ was here
pbsolver.c:77: warning: redundant redeclaration of ‘problem_solver’
proto.h:49: warning: previous declaration of ‘problem_solver’ was here
playgame.c:34: warning: redundant redeclaration of ‘playgame’
connect4.h:192: warning: previous declaration of ‘playgame’ was here
In file included from gyahtzee.c:54:
yahtzee.h:131: warning: redundant redeclaration of ‘NewGame’
yahtzee.h:92: warning: previous declaration of ‘NewGame’ was here
In file included from clist.c:36:
yahtzee.h:131: warning: redundant redeclaration of ‘NewGame’
yahtzee.h:92: warning: previous declaration of ‘NewGame’ was here
In file included from yahtzee.c:38:
yahtzee.h:131: warning: redundant redeclaration of ‘NewGame’
yahtzee.h:92: warning: previous declaration of ‘NewGame’ was here
In file included from computer.c:33:
yahtzee.h:131: warning: redundant redeclaration of ‘NewGame’
yahtzee.h:92: warning: previous declaration of ‘NewGame’ was here
In file included from setup.c:39:
yahtzee.h:131: warning: redundant redeclaration of ‘NewGame’
yahtzee.h:92: warning: previous declaration of ‘NewGame’ was here
In file included from gnothello.c:47:
ggz-network.h:189: warning: redundant redeclaration of ‘get_gameover’
ggz-network.h:186: warning: previous declaration of ‘get_gameover’ was here
properties.c:53: warning: redundant redeclaration of ‘window’
gnothello.h:49: warning: previous declaration of ‘window’ was here
In file included from ggz-network.c:38:
ggz-network.h:189: warning: redundant redeclaration of ‘get_gameover’
ggz-network.h:186: warning: previous declaration of ‘get_gameover’ was here
menu.c:56: warning: redundant redeclaration of ‘quit_cb’
menu.h:9: warning: previous declaration of ‘quit_cb’ was here
worm.c:45: warning: redundant redeclaration of ‘warpmanager’
gnibbles.h:58: warning: previous declaration of ‘warpmanager’ was here
preferences.c:46: warning: redundant redeclaration of ‘window’
main.h:46: warning: previous declaration of ‘window’ was here

-Wshadow

main.c: In function ‘is_hline_at’:
main.c:960: warning: declaration of ‘p’ shadows a global declaration
main.c:60: warning: shadowed declaration is here
main.c: In function ‘is_vline_at’:
main.c:977: warning: declaration of ‘p’ shadows a global declaration
main.c:60: warning: shadowed declaration is here
main.c: In function ‘is_dline1_at’:
main.c:994: warning: declaration of ‘p’ shadows a global declaration
main.c:60: warning: shadowed declaration is here
main.c: In function ‘is_dline2_at’:
main.c:1016: warning: declaration of ‘p’ shadows a global declaration
main.c:60: warning: shadowed declaration is here
main.c: In function ‘is_line_at’:
main.c:1038: warning: declaration of ‘p’ shadows a global declaration
main.c:60: warning: shadowed declaration is here
prefs.c: In function ‘prefsbox_open’:
prefs.c:265: warning: declaration of ‘notebook’ shadows a global declaration
main.h:55: warning: shadowed declaration is here
evaluate.c: In function ‘handle_even_above_odd’:
evaluate.c:600: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘handle_odd_above_even’:
evaluate.c:665: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘claimeven’:
evaluate.c:718: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘baseinverse’:
evaluate.c:763: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘vertical’:
evaluate.c:813: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘aftereven’:
evaluate.c:864: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c:864: warning: declaration of ‘aftereven’ shadows a global declaration
evaluate.c:863: warning: shadowed declaration is here
evaluate.c: In function ‘lowinverse’:
evaluate.c:926: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘highinverse’:
evaluate.c:982: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘baseclaim’:
evaluate.c:1054: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
evaluate.c: In function ‘before’:
evaluate.c:1107: warning: declaration of ‘before’ shadows a global declaration
evaluate.c:1106: warning: shadowed declaration is here
gnomine.c: In function ‘set_flabel’:
gnomine.c:164: warning: declaration of ‘mfield’ shadows a global declaration
gnomine.c:72: warning: shadowed declaration is here
gnomine.c: In function ‘fix_nmines’:
gnomine.c:552: warning: declaration of ‘xsize’ shadows a global declaration
gnomine.c:84: warning: shadowed declaration is here
gnomine.c:552: warning: declaration of ‘ysize’ shadows a global declaration
gnomine.c:84: warning: shadowed declaration is here
game.c: In function ‘mark_falling_balls’:
game.c:296: warning: declaration of ‘count’ shadows a global declaration
game.c:44: warning: shadowed declaration is here
ui.c: In function ‘set_message’:
ui.c:61: warning: declaration of ‘count’ shadows a global declaration
game.h:71: warning: shadowed declaration is here
ui.c: In function ‘new_frame_ratio’:
ui.c:99: warning: declaration of ‘board_width’ shadows a global declaration
same-gnome.h:54: warning: shadowed declaration is here
ui.c:99: warning: declaration of ‘board_height’ shadows a global declaration
same-gnome.h:55: warning: shadowed declaration is here
ui.c: In function ‘set_undoredo_sensitive’:
ui.c:619: warning: declaration of ‘undo’ shadows a global declaration
game.h:87: warning: shadowed declaration is here
ui.c:619: warning: declaration of ‘redo’ shadows a global declaration
game.h:88: warning: shadowed declaration is here
mahjongg.c: In function ‘message’:
mahjongg.c:388: warning: declaration of ‘message’ shadows a global declaration
mahjongg.c:389: warning: shadowed declaration is here
mahjongg.c: In function ‘message_flash’:
mahjongg.c:410: warning: declaration of ‘message’ shadows a global declaration
mahjongg.c:389: warning: shadowed declaration is here
mahjongg.c: In function ‘you_won’:
mahjongg.c:647: warning: declaration of ‘pos’ shadows a global declaration
mahjongg.c:90: warning: shadowed declaration is here
mahjongg.c:651: warning: declaration of ‘message’ shadows a global declaration
mahjongg.c:389: warning: shadowed declaration is here
mahjongg.c: In function ‘new_game’:
mahjongg.c:1137: warning: declaration of ‘shuffle’ shadows a global declaration
solubility.h:19: warning: shadowed declaration is here
maps.c:257: warning: declaration of ‘y1’ shadows a built-in function
maps.c: In function ‘compare_tiles’:
maps.c:464: warning: declaration of ‘a’ shadows a global declaration
maps.c:294: warning: shadowed declaration is here
solubility.c: In function ‘tile_free’:
solubility.c:165: warning: declaration of ‘index’ shadows a global declaration
/usr/include/string.h:309: warning: shadowed declaration is here
solubility.c:169: warning: declaration of ‘free’ shadows a global declaration
/usr/include/stdlib.h:488: warning: shadowed declaration is here
solubility.c: In function ‘check_tile_is_free’:
solubility.c:270: warning: declaration of ‘index’ shadows a global declaration
/usr/include/string.h:309: warning: shadowed declaration is here
solubility.c: In function ‘check_around’:
solubility.c:329: warning: declaration of ‘index’ shadows a global declaration
/usr/include/string.h:309: warning: shadowed declaration is here
solubility.c: In function ‘generate_game’:
solubility.c:445: warning: declaration of ‘tile’ shadows a global declaration
mahjongg.h:25: warning: shadowed declaration is here
gnotravex.c: In function ‘show_score_dialog’:
gnotravex.c:1226: warning: declaration of ‘message’ shadows a global declaration
gnotravex.c:237: warning: shadowed declaration is here
gnotravex.c: In function ‘message’:
gnotravex.c:1397: warning: declaration of ‘message’ shadows a global declaration
gnotravex.c:1398: warning: shadowed declaration is here
gnotravex.c: In function ‘new_board’:
gnotravex.c:1427: warning: declaration of ‘size’ shadows a global declaration
gnotravex.c:125: warning: shadowed declaration is here
gnotravex.c:1430: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
gnotravex.c: In function ‘hint_move’:
gnotravex.c:1795: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
gnotravex.c: In function ‘hint_cb’:
gnotravex.c:1809: warning: declaration of ‘y1’ shadows a global declaration
/usr/include/bits/mathcalls.h:242: warning: shadowed declaration is here
gnotski.c: In function ‘prepare_map’:
gnotski.c:1368: warning: declaration of ‘current_level’ shadows a global declaration
gnotski.c:97: warning: shadowed declaration is here
glines.c: In function ‘check_goal’:
glines.c:1083: warning: declaration of ‘target’ shadows a global declaration
glines.c:136: warning: shadowed declaration is here
glines.c: In function ‘game_props_callback’:
glines.c:1438: warning: declaration of ‘table’ shadows a global declaration
glines.c:114: warning: shadowed declaration is here
properties.c: In function ‘show_properties_dialog’:
properties.c:384: warning: declaration of ‘notebook’ shadows a global declaration
gnothello.h:48: warning: shadowed declaration is here
ggz-network.c: In function ‘get_move’:
ggz-network.c:142: warning: declaration of ‘move’ shadows a global declaration
othello.h:26: warning: shadowed declaration is here
ggz-network.c: In function ‘send_my_move’:
ggz-network.c:176: warning: declaration of ‘move’ shadows a global declaration
othello.h:26: warning: shadowed declaration is here
ggz-network.c: In function ‘handle_ggzmod_server’:
ggz-network.c:227: warning: declaration of ‘fd’ shadows a global declaration
ggz-network.h:178: warning: shadowed declaration is here
game.c: In function ‘log_score’:
game.c:224: warning: declaration of ‘score’ shadows a global declaration
game.c:59: warning: shadowed declaration is here
warpmanager.c: In function ‘gnibbles_warpmanager_destroy’:
warpmanager.c:51: warning: declaration of ‘warpmanager’ shadows a global declaration
gnibbles.h:58: warning: shadowed declaration is here
warpmanager.c: In function ‘gnibbles_warpmanager_add_warp’:
warpmanager.c:62: warning: declaration of ‘warpmanager’ shadows a global declaration
gnibbles.h:58: warning: shadowed declaration is here
warpmanager.c: In function ‘gnibbles_warpmanager_worm_change_pos’:
warpmanager.c:107: warning: declaration of ‘warpmanager’ shadows a global declaration
gnibbles.h:58: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_error’:
gnibbles.c:77: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_load_pixmap_file’:
gnibbles.c:89: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_load_logo’:
gnibbles.c:170: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_load_pixmap’:
gnibbles.c:186: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_load_level’:
gnibbles.c:240: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_show_scores’:
gnibbles.c:612: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
gnibbles.c: In function ‘gnibbles_log_score’:
gnibbles.c:642: warning: declaration of ‘window’ shadows a global declaration
main.h:46: warning: shadowed declaration is here
preferences.c: In function ‘gnibbles_preferences_cb’:
preferences.c:212: warning: declaration of ‘notebook’ shadows a global declaration
main.h:45: warning: shadowed declaration is here
ggz-network.c: In function ‘handle_ggzmod_server’:
ggz-network.c:243: warning: declaration of ‘fd’ shadows a global declaration
ggz-network.h:44: warning: shadowed declaration is here

-Wsign-compare

board-noclutter.c: In function ‘set_cursor_by_location’:
board-noclutter.c:341: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘get_slot_and_card_from_point’:
board-noclutter.c:459: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘get_slot_index_from_slot’:
board-noclutter.c:506: warning: comparison between signed and unsigned
board-noclutter.c:511: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘set_selection’:
board-noclutter.c:688: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘slot_update_geometry’:
board-noclutter.c:786: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘slot_update_card_images_full’:
board-noclutter.c:855: warning: comparison between signed and unsigned
board-noclutter.c:865: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘reveal_card’:
board-noclutter.c:1350: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘aisleriot_board_move_selected_cards_to_slot’:
board-noclutter.c:1436: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘aisleriot_board_extend_selection_in_slot’:
board-noclutter.c:1700: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘aisleriot_board_move_cursor_left_right_by_slot’:
board-noclutter.c:1780: warning: comparison between signed and unsigned
board-noclutter.c:1805: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘aisleriot_board_move_cursor_up_down_by_slot’:
board-noclutter.c:1860: warning: comparison between signed and unsigned
board-noclutter.c:1863: warning: comparison between signed and unsigned
board-noclutter.c:1892: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘aisleriot_board_button_press’:
board-noclutter.c:2716: warning: comparison between signed and unsigned
board-noclutter.c: In function ‘aisleriot_board_expose_event’:
board-noclutter.c:3075: warning: comparison between signed and unsigned
board-noclutter.c:3090: warning: comparison between signed and unsigned
board-noclutter.c:3141: warning: comparison between signed and unsigned
game.c: In function ‘update_statistics’:
game.c:222: warning: comparison between signed and unsigned
game.c:225: warning: comparison between signed and unsigned
main.c: In function ‘is_hline_at’:
main.c:965: warning: comparison between signed and unsigned
main.c:967: warning: comparison between signed and unsigned
main.c: In function ‘is_vline_at’:
main.c:982: warning: comparison between signed and unsigned
main.c:984: warning: comparison between signed and unsigned
main.c: In function ‘is_dline1_at’:
main.c:1000: warning: comparison between signed and unsigned
main.c:1004: warning: comparison between signed and unsigned
main.c: In function ‘is_dline2_at’:
main.c:1022: warning: comparison between signed and unsigned
main.c:1026: warning: comparison between signed and unsigned
main.c: In function ‘on_key_press’:
main.c:1247: warning: comparison between signed and unsigned
main.c:1248: warning: comparison between signed and unsigned
main.c:1249: warning: comparison between signed and unsigned
main.c:1258: warning: comparison between signed and unsigned
main.c:1261: warning: comparison between signed and unsigned
main.c:1264: warning: comparison between signed and unsigned
gnomine.c: In function ‘create_preferences’:
gnomine.c:665: warning: comparison between signed and unsigned
minefield.c: In function ‘gtk_minefield_setup_numbers’:
minefield.c:266: warning: comparison between signed and unsigned
minefield.c: In function ‘gtk_minefield_check_field’:
minefield.c:649: warning: comparison between signed and unsigned
minefield.c:651: warning: comparison between signed and unsigned
minefield.c: In function ‘gtk_minefield_randomize’:
minefield.c:747: warning: comparison between signed and unsigned
minefield.c:753: warning: comparison between signed and unsigned
minefield.c: In function ‘gtk_minefield_solve_square’:
minefield.c:933: warning: comparison between signed and unsigned
game.c: In function ‘restore_board_from_string’:
game.c:477: warning: comparison between signed and unsigned
drawing.c: In function ‘find_tile’:
drawing.c:181: warning: comparison between signed and unsigned
drawing.c:181: warning: comparison between signed and unsigned
drawing.c:182: warning: comparison between signed and unsigned
drawing.c:182: warning: comparison between signed and unsigned
maps.c: In function ‘load_maps’:
maps.c:554: warning: comparison between signed and unsigned
solubility.c: In function ‘check_around’:
solubility.c:337: warning: comparison between signed and unsigned
solubility.c:345: warning: comparison between signed and unsigned
solubility.c:348: warning: comparison between signed and unsigned
yahtzee.c: In function ‘get_field_info’:
yahtzee.c:544: warning: comparison between signed and unsigned
setup.c: In function ‘game_type_name’:
setup.c:85: warning: comparison between signed and unsigned
setup.c: In function ‘game_type_from_string’:
setup.c:97: warning: comparison between signed and unsigned
setup.c: In function ‘SetSkillLevel’:
setup.c:246: warning: comparison between signed and unsigned
setup.c: In function ‘setup_game’:
setup.c:353: warning: comparison between signed and unsigned
gnotravex.c: In function ‘gui_draw_faces’:
gnotravex.c:799: warning: comparison between signed and unsigned
gnotravex.c: In function ‘redraw_all’:
gnotravex.c:1345: warning: comparison between signed and unsigned
gnotravex.c:1346: warning: comparison between signed and unsigned
gnotravex.c: In function ‘create_menu’:
gnotravex.c:1585: warning: comparison between signed and unsigned
glines.c: In function ‘draw_preview’:
glines.c:465: warning: comparison between signed and unsigned
glines.c: In function ‘field_expose_event’:
glines.c:886: warning: comparison between signed and unsigned
glines.c:887: warning: comparison between signed and unsigned
glines.c:887: warning: comparison between signed and unsigned
glines.c:887: warning: comparison between signed and unsigned
glines.c: In function ‘game_props_callback’:
glines.c:1506: warning: comparison between signed and unsigned
gnothello.c: In function ‘button_press_event’:
gnothello.c:340: warning: comparison between signed and unsigned
gnothello.c: In function ‘gui_status’:
gnothello.c:644: warning: comparison between signed and unsigned
gnothello.c:646: warning: comparison between signed and unsigned
othello.c: In function ‘move_board0’:
othello.c:204: warning: comparison between signed and unsigned
othello.c:209: warning: comparison between signed and unsigned
othello.c:210: warning: comparison between signed and unsigned
othello.c: In function ‘eval_heuristic’:
othello.c:355: warning: comparison between signed and unsigned
othello.c: In function ‘around’:
othello.c:404: warning: comparison between signed and unsigned
properties.c: In function ‘black_computer_level_select’:
properties.c:169: warning: comparison between signed and unsigned
properties.c: In function ‘white_computer_level_select’:
properties.c:179: warning: comparison between signed and unsigned
cursors.c: In function ‘make_cursors’:
cursors.c:247: warning: comparison between signed and unsigned
worm.c: In function ‘gnibbles_worm_is_move_safe’:
worm.c:434: warning: comparison between signed and unsigned

-Wstrict-prototypes

These warnings are all caused by a single bug in gtkitemfactory.h, Gnomebug:92200. Unfortunately it's WONTFIX for API/ABI stability reasons.

-Wswitch-default

board-noclutter.c: In function ‘aisleriot_board_button_release’:
board-noclutter.c:2874: warning: switch missing default case
board-noclutter.c: In function ‘aisleriot_board_get_property’:
board-noclutter.c:3372: warning: switch missing default case
board-noclutter.c: In function ‘aisleriot_board_set_property’:
board-noclutter.c:3388: warning: switch missing default case
game.c: In function ‘aisleriot_game_get_property’:
game.c:1204: warning: switch missing default case
main.c: In function ‘on_animate’:
main.c:290: warning: switch missing default case
main.c: In function ‘play_sound’:
main.c:503: warning: switch missing default case
main.c: In function ‘prompt_player’:
main.c:552: warning: switch missing default case
main.c:579: warning: switch missing default case
main.c: In function ‘check_game_state’:
main.c:1108: warning: switch missing default case
prefs.c: In function ‘get_player_radio’:
prefs.c:247: warning: switch missing default case
evaluate.c: In function ‘evaluation_function’:
evaluate.c:1331: warning: switch missing default case
heurist.c: In function ‘her_set_pdv_according_to_children’:
heurist.c:340: warning: switch missing default case
heurist.c: In function ‘her_set_proof_and_disproof_numbers’:
heurist.c:398: warning: switch missing default case
ia_main.c: In function ‘play_tricks’:
ia_main.c:628: warning: switch missing default case
connectx_client.c: In function ‘ggzcomm_network_main’:
connectx_client.c:308: warning: switch missing default case
server.c: In function ‘game_check_tile’:
server.c:575: warning: switch missing default case
minefield.c: In function ‘gtk_minefield_toggle_mark’:
minefield.c:872: warning: switch missing default case
minefield.c: In function ‘gtk_minefield_button_press’:
minefield.c:1090: warning: switch missing default case
minefield.c: In function ‘gtk_minefield_button_release’:
minefield.c:1142: warning: switch missing default case
drawing.c: In function ‘animation_timer’:
drawing.c:627: warning: switch missing default case
drawing.c:725: warning: switch missing default case
input.c: In function ‘keyboard_cb’:
input.c:132: warning: switch missing default case
maps.c: In function ‘parse_start_el’:
maps.c:380: warning: switch missing default case
maps.c:417: warning: switch missing default case
glines.c: In function ‘key_press_event’:
glines.c:771: warning: switch missing default case
gnothello.c: In function ‘check_computer_players’:
gnothello.c:682: warning: switch missing default case
gnothello.c:701: warning: switch missing default case
graphics.c: In function ‘draw_object’:
graphics.c:406: warning: switch missing default case
game.c: In function ‘game_keypress’:
game.c:1347: warning: switch missing default case
sound.c: In function ‘play_sound’:
sound.c:73: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_grok_bonus’:
worm.c:258: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_draw_head’:
worm.c:296: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_position_move_head’:
worm.c:384: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_ai_deadend’:
worm.c:627: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_ai_deadend_after’:
worm.c:701: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_ai_tooclose’:
worm.c:745: warning: switch missing default case
worm.c: In function ‘gnibbles_worm_ai_wander’:
worm.c:776: warning: switch missing default case
gnibbles.c: In function ‘gnibbles_load_level’:
gnibbles.c:289: warning: switch missing default case
gnibbles.c: In function ‘gnibbles_add_bonus’:
gnibbles.c:436: warning: switch missing default case

-Wswitch-enum

eggdesktopfile.c: In function ‘egg_desktop_file_launch’:
eggdesktopfile.c:1361: warning: enumeration value ‘EGG_DESKTOP_FILE_TYPE_UNRECOGNIZED’ not handled in switch
eggdesktopfile.c:1361: warning: enumeration value ‘EGG_DESKTOP_FILE_TYPE_DIRECTORY’ not handled in switch
board-noclutter.c: In function ‘aisleriot_board_move_cursor’:
board-noclutter.c:2263: warning: enumeration value ‘GTK_MOVEMENT_WORDS’ not handled in switch
board-noclutter.c:2263: warning: enumeration value ‘GTK_MOVEMENT_DISPLAY_LINE_ENDS’ not handled in switch
board-noclutter.c:2263: warning: enumeration value ‘GTK_MOVEMENT_PARAGRAPHS’ not handled in switch
board-noclutter.c:2263: warning: enumeration value ‘GTK_MOVEMENT_PARAGRAPH_ENDS’ not handled in switch
board-noclutter.c:2263: warning: enumeration value ‘GTK_MOVEMENT_BUFFER_ENDS’ not handled in switch
board-noclutter.c:2263: warning: enumeration value ‘GTK_MOVEMENT_HORIZONTAL_PAGES’ not handled in switch
board-noclutter.c:2288: warning: enumeration value ‘GTK_MOVEMENT_WORDS’ not handled in switch
board-noclutter.c:2288: warning: enumeration value ‘GTK_MOVEMENT_DISPLAY_LINE_ENDS’ not handled in switch
board-noclutter.c:2288: warning: enumeration value ‘GTK_MOVEMENT_PARAGRAPHS’ not handled in switch
board-noclutter.c:2288: warning: enumeration value ‘GTK_MOVEMENT_PARAGRAPH_ENDS’ not handled in switch
board-noclutter.c:2288: warning: enumeration value ‘GTK_MOVEMENT_HORIZONTAL_PAGES’ not handled in switch
board-noclutter.c: In function ‘aisleriot_board_focus’:
board-noclutter.c:2603: warning: enumeration value ‘GTK_DIR_UP’ not handled in switch
board-noclutter.c:2603: warning: enumeration value ‘GTK_DIR_DOWN’ not handled in switch
board-noclutter.c:2603: warning: enumeration value ‘GTK_DIR_LEFT’ not handled in switch
board-noclutter.c:2603: warning: enumeration value ‘GTK_DIR_RIGHT’ not handled in switch
server.c: In function ‘game_handle_ggz_state’:
server.c:118: warning: enumeration value ‘GGZDMOD_STATE_CREATED’ not handled in switch
server.c:118: warning: enumeration value ‘GGZDMOD_STATE_WAITING’ not handled in switch
server.c:118: warning: enumeration value ‘GGZDMOD_STATE_DONE’ not handled in switch

-Wunreachable-code

window.c: In function ‘aisleriot_window_init’:
window.c:2421: warning: will never be executed
minefield.c: In function ‘gtk_minefield_multi_release’:
minefield.c:950: warning: will never be executed
glines.c: In function ‘restart’:
glines.c:1668: warning: will never be executed
properties.c: In function ‘gnibbles_properties_destroy’:
properties.c:202: warning: will never be executed

-Wwrite-strings

games-stock.c: In function ‘games_stock_init’:

These warnings are due to [Gnomebug:570367]. If the patch is accepted they'll just go away; otherwise we'll have to add casts.

games-scores.c: In function ‘games_scores_new’:
games-scores.c:175: warning: assignment discards qualifiers from pointer target type
games-scores.c:176: warning: assignment discards qualifiers from pointer target type
games-controls.c: In function ‘get_keyname_from_keyval’:
games-controls.c:48: warning: assignment discards qualifiers from pointer target type
eggsmclient-xsmp.c: In function ‘generate_command’:
eggsmclient-xsmp.c:1083: warning: passing argument 2 of ‘g_ptr_array_add’ discards qualifiers from pointer target type
eggsmclient-xsmp.c:1089: warning: passing argument 2 of ‘g_ptr_array_add’ discards qualifiers from pointer target type
eggsmclient-xsmp.c: In function ‘array_prop’:
eggsmclient-xsmp.c:1172: warning: assignment discards qualifiers from pointer target type
eggsmclient-xsmp.c: In function ‘ptrarray_prop’:
eggsmclient-xsmp.c:1206: warning: assignment discards qualifiers from pointer target type
eggsmclient-xsmp.c: In function ‘string_prop’:
eggsmclient-xsmp.c:1236: warning: assignment discards qualifiers from pointer target type
eggsmclient-xsmp.c: In function ‘card8_prop’:
eggsmclient-xsmp.c:1261: warning: assignment discards qualifiers from pointer target type
sol.c: In function ‘save_state_cb’:
sol.c:196: warning: assignment discards qualifiers from pointer target type
sol.c:198: warning: assignment discards qualifiers from pointer target type
sol.c:202: warning: assignment discards qualifiers from pointer target type
prefs.c: In function ‘prefs_init’:
prefs.c:219: warning: passing argument 1 of ‘gnect_conf_get_boolean’ discards qualifiers from pointer target type
prefs.c:220: warning: passing argument 1 of ‘gnect_conf_get_boolean’ discards qualifiers from pointer target type
prefs.c:222: warning: passing argument 1 of ‘gnect_conf_get_int’ discards qualifiers from pointer target type
prefs.c:224: warning: passing argument 1 of ‘gnect_conf_get_int’ discards qualifiers from pointer target type
prefs.c:231: warning: passing argument 1 of ‘gnect_conf_get_int’ discards qualifiers from pointer target type
adjmtrx.c: In function ‘allocate_matrix’:
adjmtrx.c:59: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
adjmtrx.c:64: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
adjmtrx.c: In function ‘claimeven_below’:
adjmtrx.c:123: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
adjmtrx.c:185: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
bintree.c: In function ‘fast_init_bin_tree’:
bintree.c:84: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
bintree.c:91: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
bintree.c: In function ‘fast_free_bin_tree’:
bintree.c:107: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
bintree.c: In function ‘fast_set_node’:
bintree.c:124: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c: In function ‘init_prg’:
connect4.c:156: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c:168: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c: In function ‘initboard’:
connect4.c:286: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c:311: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c: In function ‘veleng_init’:
connect4.c:359: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c:365: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
connect4.c:376: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
evaluate.c: In function ‘evaluate_white’:
evaluate.c:1297: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c: In function ‘her_generate_all_children’:
heurist.c:100: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:106: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:162: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c: In function ‘her_select_most_proving_node’:
heurist.c:289: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:302: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:306: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:311: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c: In function ‘her_set_pdv_according_to_children’:
heurist.c:338: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c: In function ‘her_set_proof_and_disproof_numbers’:
heurist.c:362: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:390: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:395: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:414: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c: In function ‘heuristic_search’:
heurist.c:490: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:496: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c: In function ‘heuristic_play_best’:
heurist.c:538: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
heurist.c:544: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
ia_main.c: In function ‘endgame’:
ia_main.c:508: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
ia_main.c: In function ‘ia_compute_move’:
ia_main.c:1058: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
ia_main.c:1119: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
ia_main.c: In function ‘get_last_move’:
ia_main.c:1171: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c:38: warning: initialization discards qualifiers from pointer target type
pbsolver.c:38: warning: initialization discards qualifiers from pointer target type
pbsolver.c:38: warning: initialization discards qualifiers from pointer target type
pbsolver.c: In function ‘build_problem_list’:
pbsolver.c:124: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c: In function ‘remove_solutions’:
pbsolver.c:175: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c:181: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c:204: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c:211: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c:220: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c: In function ‘restore_solutions’:
pbsolver.c:240: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
pbsolver.c:249: warning: passing argument 1 of ‘fatal_error’ discards qualifiers from pointer target type
In file included from gnomine.c:39:
../libgames-support/games-scores.c: In function ‘games_scores_new’:
../libgames-support/games-scores.c:175: warning: assignment discards qualifiers from pointer target type
../libgames-support/games-scores.c:176: warning: assignment discards qualifiers from pointer target type
gnomine.c: At top level:
gnomine.c:100: warning: initialization discards qualifiers from pointer target type
gnomine.c:100: warning: initialization discards qualifiers from pointer target type
gnomine.c:101: warning: initialization discards qualifiers from pointer target type
gnomine.c:101: warning: initialization discards qualifiers from pointer target type
gnomine.c:102: warning: initialization discards qualifiers from pointer target type
gnomine.c:102: warning: initialization discards qualifiers from pointer target type
gnomine.c:103: warning: initialization discards qualifiers from pointer target type
gnomine.c:103: warning: initialization discards qualifiers from pointer target type
gnomine.c: In function ‘save_state_cb’:
gnomine.c:878: warning: assignment discards qualifiers from pointer target type
gnomine.c:880: warning: assignment discards qualifiers from pointer target type
gnomine.c:882: warning: assignment discards qualifiers from pointer target type
gnomine.c:884: warning: assignment discards qualifiers from pointer target type
gnomine.c:886: warning: assignment discards qualifiers from pointer target type
gnomine.c:888: warning: assignment discards qualifiers from pointer target type
gnomine.c: In function ‘main’:
gnomine.c:1081: warning: passing argument 1 of ‘image_widget_setup’ discards qualifiers from pointer target type
gnomine.c:1082: warning: passing argument 1 of ‘image_widget_setup’ discards qualifiers from pointer target type
gnomine.c:1083: warning: passing argument 1 of ‘image_widget_setup’ discards qualifiers from pointer target type
gnomine.c:1084: warning: passing argument 1 of ‘image_widget_setup’ discards qualifiers from pointer target type
gnomine.c:1085: warning: passing argument 1 of ‘image_widget_setup’ discards qualifiers from pointer target type
same-gnome.c:54: warning: initialization discards qualifiers from pointer target type
same-gnome.c:54: warning: initialization discards qualifiers from pointer target type
same-gnome.c:55: warning: initialization discards qualifiers from pointer target type
same-gnome.c:55: warning: initialization discards qualifiers from pointer target type
same-gnome.c:56: warning: initialization discards qualifiers from pointer target type
same-gnome.c:56: warning: initialization discards qualifiers from pointer target type
same-gnome.c: In function ‘initialise_options’:
same-gnome.c:74: warning: assignment discards qualifiers from pointer target type
mahjongg.c: In function ‘pause_callback’:
mahjongg.c:981: warning: passing argument 1 of ‘message’ discards qualifiers from pointer target type
maps.c:229: warning: initialization discards qualifiers from pointer target type
maps.c:229: warning: initialization discards qualifiers from pointer target type
maps.c:274: warning: initialization discards qualifiers from pointer target type
maps.c:276: warning: initialization discards qualifiers from pointer target type
maps.c:278: warning: initialization discards qualifiers from pointer target type
maps.c:280: warning: initialization discards qualifiers from pointer target type
maps.c:282: warning: initialization discards qualifiers from pointer target type
maps.c:284: warning: initialization discards qualifiers from pointer target type
maps.c:286: warning: initialization discards qualifiers from pointer target type
maps.c:288: warning: initialization discards qualifiers from pointer target type
maps.c:290: warning: initialization discards qualifiers from pointer target type
maps.c:312: warning: initialization discards qualifiers from pointer target type
maps.c:314: warning: initialization discards qualifiers from pointer target type
maps.c:316: warning: initialization discards qualifiers from pointer target type
maps.c:318: warning: initialization discards qualifiers from pointer target type
maps.c:320: warning: initialization discards qualifiers from pointer target type
maps.c:322: warning: initialization discards qualifiers from pointer target type
maps.c:324: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:59: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:60: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:72: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:73: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:74: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:75: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:76: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:77: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:79: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:81: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:82: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:83: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:84: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:85: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:86: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:88: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:123: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:123: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:124: warning: initialization discards qualifiers from pointer target type
gyahtzee.c:124: warning: initialization discards qualifiers from pointer target type
gyahtzee.c: In function ‘GyahtzeeNewGame’:
gyahtzee.c:459: warning: passing argument 2 of ‘games_scores_set_category’ discards qualifiers from pointer target type
yahtzee.c:40: warning: initialization discards qualifiers from pointer target type
yahtzee.c:69: warning: initialization discards qualifiers from pointer target type
yahtzee.c:70: warning: initialization discards qualifiers from pointer target type
yahtzee.c:71: warning: initialization discards qualifiers from pointer target type
yahtzee.c:72: warning: initialization discards qualifiers from pointer target type
yahtzee.c:73: warning: initialization discards qualifiers from pointer target type
yahtzee.c:75: warning: initialization discards qualifiers from pointer target type
yahtzee.c:85: warning: initialization discards qualifiers from pointer target type
yahtzee.c:86: warning: initialization discards qualifiers from pointer target type
yahtzee.c:87: warning: initialization discards qualifiers from pointer target type
yahtzee.c:88: warning: initialization discards qualifiers from pointer target type
yahtzee.c:89: warning: initialization discards qualifiers from pointer target type
yahtzee.c:90: warning: initialization discards qualifiers from pointer target type
yahtzee.c:92: warning: initialization discards qualifiers from pointer target type
yahtzee.c:93: warning: initialization discards qualifiers from pointer target type
yahtzee.c:94: warning: initialization discards qualifiers from pointer target type
yahtzee.c:95: warning: initialization discards qualifiers from pointer target type
yahtzee.c:96: warning: initialization discards qualifiers from pointer target type
yahtzee.c:97: warning: initialization discards qualifiers from pointer target type
yahtzee.c:98: warning: initialization discards qualifiers from pointer target type
yahtzee.c:100: warning: initialization discards qualifiers from pointer target type
yahtzee.c:101: warning: initialization discards qualifiers from pointer target type
yahtzee.c:103: warning: initialization discards qualifiers from pointer target type
yahtzee.c:104: warning: initialization discards qualifiers from pointer target type
yahtzee.c:109: warning: initialization discards qualifiers from pointer target type
yahtzee.c:110: warning: initialization discards qualifiers from pointer target type
yahtzee.c:111: warning: initialization discards qualifiers from pointer target type
yahtzee.c:112: warning: initialization discards qualifiers from pointer target type
yahtzee.c:113: warning: initialization discards qualifiers from pointer target type
yahtzee.c:114: warning: initialization discards qualifiers from pointer target type
yahtzee.c:116: warning: initialization discards qualifiers from pointer target type
yahtzee.c:117: warning: initialization discards qualifiers from pointer target type
yahtzee.c:118: warning: initialization discards qualifiers from pointer target type
yahtzee.c:119: warning: initialization discards qualifiers from pointer target type
yahtzee.c:120: warning: initialization discards qualifiers from pointer target type
yahtzee.c:121: warning: initialization discards qualifiers from pointer target type
yahtzee.c:122: warning: initialization discards qualifiers from pointer target type
yahtzee.c:123: warning: initialization discards qualifiers from pointer target type
yahtzee.c:124: warning: initialization discards qualifiers from pointer target type
yahtzee.c:126: warning: initialization discards qualifiers from pointer target type
yahtzee.c:127: warning: initialization discards qualifiers from pointer target type
yahtzee.c:129: warning: initialization discards qualifiers from pointer target type
yahtzee.c:130: warning: initialization discards qualifiers from pointer target type
yahtzee.c:516: warning: initialization discards qualifiers from pointer target type
yahtzee.c:517: warning: initialization discards qualifiers from pointer target type
yahtzee.c:518: warning: initialization discards qualifiers from pointer target type
yahtzee.c:519: warning: initialization discards qualifiers from pointer target type
yahtzee.c:520: warning: initialization discards qualifiers from pointer target type
yahtzee.c:521: warning: initialization discards qualifiers from pointer target type
yahtzee.c:522: warning: initialization discards qualifiers from pointer target type
yahtzee.c:523: warning: initialization discards qualifiers from pointer target type
yahtzee.c:524: warning: initialization discards qualifiers from pointer target type
yahtzee.c:525: warning: initialization discards qualifiers from pointer target type
yahtzee.c:526: warning: initialization discards qualifiers from pointer target type
yahtzee.c:527: warning: initialization discards qualifiers from pointer target type
yahtzee.c:528: warning: initialization discards qualifiers from pointer target type
yahtzee.c:529: warning: initialization discards qualifiers from pointer target type
yahtzee.c:530: warning: initialization discards qualifiers from pointer target type
yahtzee.c:531: warning: initialization discards qualifiers from pointer target type
yahtzee.c:532: warning: initialization discards qualifiers from pointer target type
yahtzee.c:533: warning: initialization discards qualifiers from pointer target type
yahtzee.c:534: warning: initialization discards qualifiers from pointer target type
gnotravex.c:86: warning: initialization discards qualifiers from pointer target type
gnotravex.c:86: warning: initialization discards qualifiers from pointer target type
gnotravex.c:87: warning: initialization discards qualifiers from pointer target type
gnotravex.c:87: warning: initialization discards qualifiers from pointer target type
gnotravex.c:88: warning: initialization discards qualifiers from pointer target type
gnotravex.c:88: warning: initialization discards qualifiers from pointer target type
gnotravex.c:89: warning: initialization discards qualifiers from pointer target type
gnotravex.c:89: warning: initialization discards qualifiers from pointer target type
gnotravex.c:90: warning: initialization discards qualifiers from pointer target type
gnotravex.c:90: warning: initialization discards qualifiers from pointer target type
gnotravex.c: In function ‘resume_game’:
gnotravex.c:1511: warning: passing argument 1 of ‘message’ discards qualifiers from pointer target type
gnotravex.c: In function ‘save_state_cb’:
gnotravex.c:1658: warning: assignment discards qualifiers from pointer target type
gnotravex.c:1660: warning: assignment discards qualifiers from pointer target type
gnotski.c:103: warning: initialization discards qualifiers from pointer target type
gnotski.c:103: warning: initialization discards qualifiers from pointer target type
gnotski.c:104: warning: initialization discards qualifiers from pointer target type
gnotski.c:104: warning: initialization discards qualifiers from pointer target type
gnotski.c:105: warning: initialization discards qualifiers from pointer target type
gnotski.c:105: warning: initialization discards qualifiers from pointer target type
gnotski.c:106: warning: initialization discards qualifiers from pointer target type
gnotski.c:106: warning: initialization discards qualifiers from pointer target type
gnotski.c:107: warning: initialization discards qualifiers from pointer target type
gnotski.c:107: warning: initialization discards qualifiers from pointer target type
gnotski.c:108: warning: initialization discards qualifiers from pointer target type
gnotski.c:108: warning: initialization discards qualifiers from pointer target type
gnotski.c:109: warning: initialization discards qualifiers from pointer target type
gnotski.c:109: warning: initialization discards qualifiers from pointer target type
gnotski.c:110: warning: initialization discards qualifiers from pointer target type
gnotski.c:110: warning: initialization discards qualifiers from pointer target type
gnotski.c:111: warning: initialization discards qualifiers from pointer target type
gnotski.c:111: warning: initialization discards qualifiers from pointer target type
gnotski.c:112: warning: initialization discards qualifiers from pointer target type
gnotski.c:112: warning: initialization discards qualifiers from pointer target type
gnotski.c:113: warning: initialization discards qualifiers from pointer target type
gnotski.c:113: warning: initialization discards qualifiers from pointer target type
gnotski.c:114: warning: initialization discards qualifiers from pointer target type
gnotski.c:114: warning: initialization discards qualifiers from pointer target type
gnotski.c:115: warning: initialization discards qualifiers from pointer target type
gnotski.c:115: warning: initialization discards qualifiers from pointer target type
gnotski.c:116: warning: initialization discards qualifiers from pointer target type
gnotski.c:116: warning: initialization discards qualifiers from pointer target type
gnotski.c:117: warning: initialization discards qualifiers from pointer target type
gnotski.c:117: warning: initialization discards qualifiers from pointer target type
gnotski.c:118: warning: initialization discards qualifiers from pointer target type
gnotski.c:118: warning: initialization discards qualifiers from pointer target type
gnotski.c:119: warning: initialization discards qualifiers from pointer target type
gnotski.c:119: warning: initialization discards qualifiers from pointer target type
gnotski.c:120: warning: initialization discards qualifiers from pointer target type
gnotski.c:120: warning: initialization discards qualifiers from pointer target type
gnotski.c:121: warning: initialization discards qualifiers from pointer target type
gnotski.c:121: warning: initialization discards qualifiers from pointer target type
gnotski.c:122: warning: initialization discards qualifiers from pointer target type
gnotski.c:122: warning: initialization discards qualifiers from pointer target type
gnotski.c:123: warning: initialization discards qualifiers from pointer target type
gnotski.c:123: warning: initialization discards qualifiers from pointer target type
gnotski.c:124: warning: initialization discards qualifiers from pointer target type
gnotski.c:124: warning: initialization discards qualifiers from pointer target type
gnotski.c:125: warning: initialization discards qualifiers from pointer target type
gnotski.c:125: warning: initialization discards qualifiers from pointer target type
gnotski.c:126: warning: initialization discards qualifiers from pointer target type
gnotski.c:126: warning: initialization discards qualifiers from pointer target type
gnotski.c:127: warning: initialization discards qualifiers from pointer target type
gnotski.c:127: warning: initialization discards qualifiers from pointer target type
gnotski.c:128: warning: initialization discards qualifiers from pointer target type
gnotski.c:128: warning: initialization discards qualifiers from pointer target type
gnotski.c:129: warning: initialization discards qualifiers from pointer target type
gnotski.c:129: warning: initialization discards qualifiers from pointer target type
gnotski.c:130: warning: initialization discards qualifiers from pointer target type
gnotski.c:130: warning: initialization discards qualifiers from pointer target type
gnotski.c:188: warning: initialization discards qualifiers from pointer target type
gnotski.c:191: warning: initialization discards qualifiers from pointer target type
gnotski.c:194: warning: initialization discards qualifiers from pointer target type
gnotski.c:197: warning: initialization discards qualifiers from pointer target type
gnotski.c:200: warning: initialization discards qualifiers from pointer target type
gnotski.c:203: warning: initialization discards qualifiers from pointer target type
gnotski.c:206: warning: initialization discards qualifiers from pointer target type
gnotski.c:209: warning: initialization discards qualifiers from pointer target type
gnotski.c:212: warning: initialization discards qualifiers from pointer target type
gnotski.c:215: warning: initialization discards qualifiers from pointer target type
gnotski.c:218: warning: initialization discards qualifiers from pointer target type
gnotski.c:221: warning: initialization discards qualifiers from pointer target type
gnotski.c:224: warning: initialization discards qualifiers from pointer target type
gnotski.c:227: warning: initialization discards qualifiers from pointer target type
gnotski.c:230: warning: initialization discards qualifiers from pointer target type
gnotski.c:233: warning: initialization discards qualifiers from pointer target type
gnotski.c:236: warning: initialization discards qualifiers from pointer target type
gnotski.c:239: warning: initialization discards qualifiers from pointer target type
gnotski.c:242: warning: initialization discards qualifiers from pointer target type
gnotski.c:244: warning: initialization discards qualifiers from pointer target type
gnotski.c:247: warning: initialization discards qualifiers from pointer target type
gnotski.c:249: warning: initialization discards qualifiers from pointer target type
gnotski.c:252: warning: initialization discards qualifiers from pointer target type
gnotski.c:255: warning: initialization discards qualifiers from pointer target type
gnotski.c:258: warning: initialization discards qualifiers from pointer target type
gnotski.c:263: warning: initialization discards qualifiers from pointer target type
gnotski.c:266: warning: initialization discards qualifiers from pointer target type
gnotski.c:269: warning: initialization discards qualifiers from pointer target type
gnotski.c:272: warning: initialization discards qualifiers from pointer target type
gnotski.c:276: warning: initialization discards qualifiers from pointer target type
gnotski.c:279: warning: initialization discards qualifiers from pointer target type
gnotski.c:281: warning: initialization discards qualifiers from pointer target type
gnotski.c:284: warning: initialization discards qualifiers from pointer target type
gnotski.c:289: warning: initialization discards qualifiers from pointer target type
gnotski.c:292: warning: initialization discards qualifiers from pointer target type
gnotski.c:296: warning: initialization discards qualifiers from pointer target type
gnotski.c:299: warning: initialization discards qualifiers from pointer target type
gnotski.c:302: warning: initialization discards qualifiers from pointer target type
gnotski.c:305: warning: initialization discards qualifiers from pointer target type
gnotski.c:323: warning: initialization discards qualifiers from pointer target type
gnotski.c:326: warning: initialization discards qualifiers from pointer target type
gnotski.c:330: warning: initialization discards qualifiers from pointer target type
gnotski.c:333: warning: initialization discards qualifiers from pointer target type
gnotski.c:339: warning: initialization discards qualifiers from pointer target type
gnotski.c:342: warning: initialization discards qualifiers from pointer target type
gnotski.c:345: warning: initialization discards qualifiers from pointer target type
gnotski.c:348: warning: initialization discards qualifiers from pointer target type
gnotski.c:350: warning: initialization discards qualifiers from pointer target type
gnotski.c:353: warning: initialization discards qualifiers from pointer target type
gnotski.c:355: warning: initialization discards qualifiers from pointer target type
gnotski.c:358: warning: initialization discards qualifiers from pointer target type
gnotski.c:367: warning: initialization discards qualifiers from pointer target type
gnotski.c:370: warning: initialization discards qualifiers from pointer target type
gnotski.c:374: warning: initialization discards qualifiers from pointer target type
gnotski.c:377: warning: initialization discards qualifiers from pointer target type
gnotski.c:398: warning: initialization discards qualifiers from pointer target type
gnotski.c: In function ‘save_state_cb’:
gnotski.c:1462: warning: assignment discards qualifiers from pointer target type
gnotski.c:1464: warning: assignment discards qualifiers from pointer target type
glines.c:88: warning: initialization discards qualifiers from pointer target type
glines.c:88: warning: initialization discards qualifiers from pointer target type
glines.c:89: warning: initialization discards qualifiers from pointer target type
glines.c:89: warning: initialization discards qualifiers from pointer target type
glines.c:90: warning: initialization discards qualifiers from pointer target type
glines.c:90: warning: initialization discards qualifiers from pointer target type
glines.c: In function ‘cell_clicked’:
glines.c:652: warning: passing argument 1 of ‘set_statusbar_message’ discards qualifiers from pointer target type
gnothello.c: In function ‘save_state_cb’:
gnothello.c:771: warning: assignment discards qualifiers from pointer target type
gnothello.c:773: warning: assignment discards qualifiers from pointer target type
ggz-network.c: In function ‘send_my_move’:
ggz-network.c:179: warning: passing argument 1 of ‘gui_message’ discards qualifiers from pointer target type
ggz-network.c: In function ‘request_sync’:
ggz-network.c:193: warning: passing argument 1 of ‘gui_message’ discards qualifiers from pointer target type
gnobots.c:97: warning: initialization discards qualifiers from pointer target type
gnobots.c:97: warning: initialization discards qualifiers from pointer target type
gnobots.c:98: warning: initialization discards qualifiers from pointer target type
gnobots.c:98: warning: initialization discards qualifiers from pointer target type
gnobots.c:99: warning: initialization discards qualifiers from pointer target type
gnobots.c:99: warning: initialization discards qualifiers from pointer target type
gnobots.c:100: warning: initialization discards qualifiers from pointer target type
gnobots.c:100: warning: initialization discards qualifiers from pointer target type
gnobots.c:101: warning: initialization discards qualifiers from pointer target type
gnobots.c:101: warning: initialization discards qualifiers from pointer target type
gnobots.c:102: warning: initialization discards qualifiers from pointer target type
gnobots.c:102: warning: initialization discards qualifiers from pointer target type
gnobots.c:103: warning: initialization discards qualifiers from pointer target type
gnobots.c:103: warning: initialization discards qualifiers from pointer target type
gnobots.c:104: warning: initialization discards qualifiers from pointer target type
gnobots.c:104: warning: initialization discards qualifiers from pointer target type
gnobots.c:105: warning: initialization discards qualifiers from pointer target type
gnobots.c:105: warning: initialization discards qualifiers from pointer target type
gnobots.c:106: warning: initialization discards qualifiers from pointer target type
gnobots.c:106: warning: initialization discards qualifiers from pointer target type
gnobots.c:107: warning: initialization discards qualifiers from pointer target type
gnobots.c:107: warning: initialization discards qualifiers from pointer target type
gnobots.c:108: warning: initialization discards qualifiers from pointer target type
gnobots.c:108: warning: initialization discards qualifiers from pointer target type
gnobots.c:109: warning: initialization discards qualifiers from pointer target type
gnobots.c:109: warning: initialization discards qualifiers from pointer target type
gnobots.c:110: warning: initialization discards qualifiers from pointer target type
gnobots.c:110: warning: initialization discards qualifiers from pointer target type
gnobots.c:111: warning: initialization discards qualifiers from pointer target type
gnobots.c:111: warning: initialization discards qualifiers from pointer target type
gnobots.c: In function ‘save_state_cb’:
gnobots.c:161: warning: assignment discards qualifiers from pointer target type
gnobots.c:163: warning: assignment discards qualifiers from pointer target type
In file included from keyboard.c:30:
keylabels.h:22: warning: initialization discards qualifiers from pointer target type
keylabels.h:23: warning: initialization discards qualifiers from pointer target type
keylabels.h:24: warning: initialization discards qualifiers from pointer target type
keylabels.h:25: warning: initialization discards qualifiers from pointer target type
keylabels.h:26: warning: initialization discards qualifiers from pointer target type
keylabels.h:27: warning: initialization discards qualifiers from pointer target type
keylabels.h:28: warning: initialization discards qualifiers from pointer target type
keylabels.h:29: warning: initialization discards qualifiers from pointer target type
keylabels.h:30: warning: initialization discards qualifiers from pointer target type
keylabels.h:31: warning: initialization discards qualifiers from pointer target type
keylabels.h:32: warning: initialization discards qualifiers from pointer target type
keylabels.h:33: warning: initialization discards qualifiers from pointer target type
keylabels.h:34: warning: initialization discards qualifiers from pointer target type
keylabels.h:35: warning: initialization discards qualifiers from pointer target type
keylabels.h:36: warning: initialization discards qualifiers from pointer target type
keylabels.h:37: warning: initialization discards qualifiers from pointer target type
keylabels.h:38: warning: initialization discards qualifiers from pointer target type
keylabels.h:39: warning: initialization discards qualifiers from pointer target type
keylabels.h:40: warning: initialization discards qualifiers from pointer target type
keylabels.h:41: warning: initialization discards qualifiers from pointer target type
keylabels.h:42: warning: initialization discards qualifiers from pointer target type
keylabels.h:43: warning: initialization discards qualifiers from pointer target type
keylabels.h:44: warning: initialization discards qualifiers from pointer target type
keylabels.h:45: warning: initialization discards qualifiers from pointer target type
keylabels.h:46: warning: initialization discards qualifiers from pointer target type
keylabels.h:47: warning: initialization discards qualifiers from pointer target type
keylabels.h:48: warning: initialization discards qualifiers from pointer target type
keylabels.h:49: warning: initialization discards qualifiers from pointer target type
keylabels.h:50: warning: initialization discards qualifiers from pointer target type
keylabels.h:51: warning: initialization discards qualifiers from pointer target type
keylabels.h:52: warning: initialization discards qualifiers from pointer target type
keylabels.h:53: warning: initialization discards qualifiers from pointer target type
keylabels.h:54: warning: initialization discards qualifiers from pointer target type
keylabels.h:55: warning: initialization discards qualifiers from pointer target type
keylabels.h:56: warning: initialization discards qualifiers from pointer target type
keylabels.h:57: warning: initialization discards qualifiers from pointer target type
keylabels.h:58: warning: initialization discards qualifiers from pointer target type
keylabels.h:59: warning: initialization discards qualifiers from pointer target type
keylabels.h:60: warning: initialization discards qualifiers from pointer target type
keylabels.h:61: warning: initialization discards qualifiers from pointer target type
keylabels.h:62: warning: initialization discards qualifiers from pointer target type
keylabels.h:63: warning: initialization discards qualifiers from pointer target type
keylabels.h:64: warning: initialization discards qualifiers from pointer target type
keylabels.h:65: warning: initialization discards qualifiers from pointer target type
keylabels.h:66: warning: initialization discards qualifiers from pointer target type
keylabels.h:67: warning: initialization discards qualifiers from pointer target type
keylabels.h:68: warning: initialization discards qualifiers from pointer target type
keylabels.h:69: warning: initialization discards qualifiers from pointer target type
keylabels.h:70: warning: initialization discards qualifiers from pointer target type
keylabels.h:71: warning: initialization discards qualifiers from pointer target type
keylabels.h:72: warning: initialization discards qualifiers from pointer target type
keylabels.h:73: warning: initialization discards qualifiers from pointer target type
keylabels.h:74: warning: initialization discards qualifiers from pointer target type
keylabels.h:75: warning: initialization discards qualifiers from pointer target type
keylabels.h:76: warning: initialization discards qualifiers from pointer target type
keylabels.h:77: warning: initialization discards qualifiers from pointer target type
keylabels.h:78: warning: initialization discards qualifiers from pointer target type
keylabels.h:79: warning: initialization discards qualifiers from pointer target type
keylabels.h:80: warning: initialization discards qualifiers from pointer target type
keylabels.h:81: warning: initialization discards qualifiers from pointer target type
keylabels.h:82: warning: initialization discards qualifiers from pointer target type
keylabels.h:83: warning: initialization discards qualifiers from pointer target type
keylabels.h:84: warning: initialization discards qualifiers from pointer target type
keylabels.h:85: warning: initialization discards qualifiers from pointer target type
keylabels.h:86: warning: initialization discards qualifiers from pointer target type
keylabels.h:87: warning: initialization discards qualifiers from pointer target type
keylabels.h:88: warning: initialization discards qualifiers from pointer target type
keylabels.h:89: warning: initialization discards qualifiers from pointer target type
keylabels.h:90: warning: initialization discards qualifiers from pointer target type
keylabels.h:91: warning: initialization discards qualifiers from pointer target type
keylabels.h:92: warning: initialization discards qualifiers from pointer target type
keylabels.h:93: warning: initialization discards qualifiers from pointer target type
keylabels.h:94: warning: initialization discards qualifiers from pointer target type
keylabels.h:95: warning: initialization discards qualifiers from pointer target type
keylabels.h:96: warning: initialization discards qualifiers from pointer target type
keylabels.h:97: warning: initialization discards qualifiers from pointer target type
keylabels.h:98: warning: initialization discards qualifiers from pointer target type
keylabels.h:99: warning: initialization discards qualifiers from pointer target type
keylabels.h:100: warning: initialization discards qualifiers from pointer target type
keylabels.h:101: warning: initialization discards qualifiers from pointer target type
keylabels.h:102: warning: initialization discards qualifiers from pointer target type
keylabels.h:103: warning: initialization discards qualifiers from pointer target type
keylabels.h:104: warning: initialization discards qualifiers from pointer target type
keylabels.h:105: warning: initialization discards qualifiers from pointer target type
keylabels.h:106: warning: initialization discards qualifiers from pointer target type
keylabels.h:107: warning: initialization discards qualifiers from pointer target type
keylabels.h:108: warning: initialization discards qualifiers from pointer target type
keylabels.h:109: warning: initialization discards qualifiers from pointer target type
keylabels.h:110: warning: initialization discards qualifiers from pointer target type
keylabels.h:111: warning: initialization discards qualifiers from pointer target type
keylabels.h:112: warning: initialization discards qualifiers from pointer target type
keylabels.h:113: warning: initialization discards qualifiers from pointer target type
keylabels.h:114: warning: initialization discards qualifiers from pointer target type
keylabels.h:115: warning: initialization discards qualifiers from pointer target type
keylabels.h:116: warning: initialization discards qualifiers from pointer target type
keylabels.h:117: warning: initialization discards qualifiers from pointer target type
keylabels.h:118: warning: initialization discards qualifiers from pointer target type
keylabels.h:119: warning: initialization discards qualifiers from pointer target type
keylabels.h:120: warning: initialization discards qualifiers from pointer target type
keylabels.h:121: warning: initialization discards qualifiers from pointer target type
keylabels.h:122: warning: initialization discards qualifiers from pointer target type
keylabels.h:123: warning: initialization discards qualifiers from pointer target type
keylabels.h:124: warning: initialization discards qualifiers from pointer target type
keylabels.h:125: warning: initialization discards qualifiers from pointer target type
keylabels.h:126: warning: initialization discards qualifiers from pointer target type
keylabels.h:127: warning: initialization discards qualifiers from pointer target type
keylabels.h:128: warning: initialization discards qualifiers from pointer target type
keylabels.h:129: warning: initialization discards qualifiers from pointer target type
keylabels.h:130: warning: initialization discards qualifiers from pointer target type
keylabels.h:131: warning: initialization discards qualifiers from pointer target type
keylabels.h:132: warning: initialization discards qualifiers from pointer target type
keylabels.h:133: warning: initialization discards qualifiers from pointer target type
keylabels.h:134: warning: initialization discards qualifiers from pointer target type
keylabels.h:135: warning: initialization discards qualifiers from pointer target type
keylabels.h:136: warning: initialization discards qualifiers from pointer target type
keylabels.h:137: warning: initialization discards qualifiers from pointer target type
keylabels.h:138: warning: initialization discards qualifiers from pointer target type
keylabels.h:139: warning: initialization discards qualifiers from pointer target type
keylabels.h:140: warning: initialization discards qualifiers from pointer target type
keylabels.h:141: warning: initialization discards qualifiers from pointer target type
keylabels.h:142: warning: initialization discards qualifiers from pointer target type
keylabels.h:143: warning: initialization discards qualifiers from pointer target type
keylabels.h:144: warning: initialization discards qualifiers from pointer target type
keylabels.h:145: warning: initialization discards qualifiers from pointer target type
keylabels.h:146: warning: initialization discards qualifiers from pointer target type
keylabels.h:147: warning: initialization discards qualifiers from pointer target type
keylabels.h:148: warning: initialization discards qualifiers from pointer target type
keylabels.h:149: warning: initialization discards qualifiers from pointer target type
keylabels.h:150: warning: initialization discards qualifiers from pointer target type
keylabels.h:151: warning: initialization discards qualifiers from pointer target type
keylabels.h:152: warning: initialization discards qualifiers from pointer target type
keylabels.h:153: warning: initialization discards qualifiers from pointer target type
keylabels.h:154: warning: initialization discards qualifiers from pointer target type
keylabels.h:155: warning: initialization discards qualifiers from pointer target type
keylabels.h:156: warning: initialization discards qualifiers from pointer target type
keylabels.h:157: warning: initialization discards qualifiers from pointer target type
keylabels.h:158: warning: initialization discards qualifiers from pointer target type
keylabels.h:159: warning: initialization discards qualifiers from pointer target type
keylabels.h:160: warning: initialization discards qualifiers from pointer target type
keylabels.h:161: warning: initialization discards qualifiers from pointer target type
keylabels.h:162: warning: initialization discards qualifiers from pointer target type
keylabels.h:163: warning: initialization discards qualifiers from pointer target type
keylabels.h:164: warning: initialization discards qualifiers from pointer target type
keylabels.h:165: warning: initialization discards qualifiers from pointer target type
keylabels.h:166: warning: initialization discards qualifiers from pointer target type
keylabels.h:167: warning: initialization discards qualifiers from pointer target type
keylabels.h:168: warning: initialization discards qualifiers from pointer target type
keylabels.h:169: warning: initialization discards qualifiers from pointer target type
keylabels.h:170: warning: initialization discards qualifiers from pointer target type
keylabels.h:171: warning: initialization discards qualifiers from pointer target type
keylabels.h:172: warning: initialization discards qualifiers from pointer target type
keylabels.h:173: warning: initialization discards qualifiers from pointer target type
keylabels.h:174: warning: initialization discards qualifiers from pointer target type
keylabels.h:175: warning: initialization discards qualifiers from pointer target type
keylabels.h:176: warning: initialization discards qualifiers from pointer target type
keylabels.h:177: warning: initialization discards qualifiers from pointer target type
keylabels.h:178: warning: initialization discards qualifiers from pointer target type
keylabels.h:179: warning: initialization discards qualifiers from pointer target type
keylabels.h:180: warning: initialization discards qualifiers from pointer target type
keylabels.h:181: warning: initialization discards qualifiers from pointer target type
keylabels.h:182: warning: initialization discards qualifiers from pointer target type
keylabels.h:183: warning: initialization discards qualifiers from pointer target type
keylabels.h:184: warning: initialization discards qualifiers from pointer target type
keylabels.h:185: warning: initialization discards qualifiers from pointer target type
keylabels.h:186: warning: initialization discards qualifiers from pointer target type
keylabels.h:187: warning: initialization discards qualifiers from pointer target type
keylabels.h:188: warning: initialization discards qualifiers from pointer target type
keylabels.h:189: warning: initialization discards qualifiers from pointer target type
keylabels.h:190: warning: initialization discards qualifiers from pointer target type
keylabels.h:191: warning: initialization discards qualifiers from pointer target type
keylabels.h:192: warning: initialization discards qualifiers from pointer target type
keylabels.h:193: warning: initialization discards qualifiers from pointer target type
keylabels.h:194: warning: initialization discards qualifiers from pointer target type
keylabels.h:195: warning: initialization discards qualifiers from pointer target type
keylabels.h:196: warning: initialization discards qualifiers from pointer target type
keylabels.h:197: warning: initialization discards qualifiers from pointer target type
keylabels.h:198: warning: initialization discards qualifiers from pointer target type
keylabels.h:199: warning: initialization discards qualifiers from pointer target type
keylabels.h:200: warning: initialization discards qualifiers from pointer target type
keylabels.h:201: warning: initialization discards qualifiers from pointer target type
keylabels.h:202: warning: initialization discards qualifiers from pointer target type
keylabels.h:203: warning: initialization discards qualifiers from pointer target type
keylabels.h:204: warning: initialization discards qualifiers from pointer target type
keylabels.h:205: warning: initialization discards qualifiers from pointer target type
keylabels.h:206: warning: initialization discards qualifiers from pointer target type
keylabels.h:207: warning: initialization discards qualifiers from pointer target type
keylabels.h:208: warning: initialization discards qualifiers from pointer target type
keylabels.h:209: warning: initialization discards qualifiers from pointer target type
keylabels.h:210: warning: initialization discards qualifiers from pointer target type
keylabels.h:211: warning: initialization discards qualifiers from pointer target type
keylabels.h:212: warning: initialization discards qualifiers from pointer target type
keylabels.h:213: warning: initialization discards qualifiers from pointer target type
keylabels.h:214: warning: initialization discards qualifiers from pointer target type
keylabels.h:215: warning: initialization discards qualifiers from pointer target type
keylabels.h:216: warning: initialization discards qualifiers from pointer target type
keylabels.h:217: warning: initialization discards qualifiers from pointer target type
keylabels.h:218: warning: initialization discards qualifiers from pointer target type
keylabels.h:219: warning: initialization discards qualifiers from pointer target type
keylabels.h:220: warning: initialization discards qualifiers from pointer target type
keylabels.h:221: warning: initialization discards qualifiers from pointer target type
keylabels.h:222: warning: initialization discards qualifiers from pointer target type
keylabels.h:223: warning: initialization discards qualifiers from pointer target type
keylabels.h:224: warning: initialization discards qualifiers from pointer target type
keylabels.h:225: warning: initialization discards qualifiers from pointer target type
keylabels.h:226: warning: initialization discards qualifiers from pointer target type
keylabels.h:227: warning: initialization discards qualifiers from pointer target type
keylabels.h:228: warning: initialization discards qualifiers from pointer target type
keylabels.h:229: warning: initialization discards qualifiers from pointer target type
keylabels.h:230: warning: initialization discards qualifiers from pointer target type
keylabels.h:231: warning: initialization discards qualifiers from pointer target type
keylabels.h:232: warning: initialization discards qualifiers from pointer target type
keylabels.h:233: warning: initialization discards qualifiers from pointer target type
keylabels.h:234: warning: initialization discards qualifiers from pointer target type
keylabels.h:235: warning: initialization discards qualifiers from pointer target type
keylabels.h:236: warning: initialization discards qualifiers from pointer target type
keylabels.h:237: warning: initialization discards qualifiers from pointer target type
keylabels.h:238: warning: initialization discards qualifiers from pointer target type
keylabels.h:239: warning: initialization discards qualifiers from pointer target type
keylabels.h:240: warning: initialization discards qualifiers from pointer target type
keylabels.h:241: warning: initialization discards qualifiers from pointer target type
keylabels.h:242: warning: initialization discards qualifiers from pointer target type
keylabels.h:243: warning: initialization discards qualifiers from pointer target type
keylabels.h:244: warning: initialization discards qualifiers from pointer target type
keylabels.h:245: warning: initialization discards qualifiers from pointer target type
keylabels.h:246: warning: initialization discards qualifiers from pointer target type
keylabels.h:247: warning: initialization discards qualifiers from pointer target type
keylabels.h:248: warning: initialization discards qualifiers from pointer target type
keylabels.h:249: warning: initialization discards qualifiers from pointer target type
keylabels.h:250: warning: initialization discards qualifiers from pointer target type
keylabels.h:251: warning: initialization discards qualifiers from pointer target type
keylabels.h:252: warning: initialization discards qualifiers from pointer target type
keylabels.h:253: warning: initialization discards qualifiers from pointer target type
keylabels.h:254: warning: initialization discards qualifiers from pointer target type
keylabels.h:255: warning: initialization discards qualifiers from pointer target type
keylabels.h:256: warning: initialization discards qualifiers from pointer target type
keylabels.h:257: warning: initialization discards qualifiers from pointer target type
keylabels.h:258: warning: initialization discards qualifiers from pointer target type
keylabels.h:259: warning: initialization discards qualifiers from pointer target type
keylabels.h:260: warning: initialization discards qualifiers from pointer target type
keylabels.h:261: warning: initialization discards qualifiers from pointer target type
keylabels.h:262: warning: initialization discards qualifiers from pointer target type
keylabels.h:263: warning: initialization discards qualifiers from pointer target type
keylabels.h:264: warning: initialization discards qualifiers from pointer target type
keylabels.h:265: warning: initialization discards qualifiers from pointer target type
keylabels.h:266: warning: initialization discards qualifiers from pointer target type
keylabels.h:267: warning: initialization discards qualifiers from pointer target type
keylabels.h:268: warning: initialization discards qualifiers from pointer target type
keylabels.h:269: warning: initialization discards qualifiers from pointer target type
keylabels.h:270: warning: initialization discards qualifiers from pointer target type
keylabels.h:271: warning: initialization discards qualifiers from pointer target type
keylabels.h:272: warning: initialization discards qualifiers from pointer target type
keylabels.h:273: warning: initialization discards qualifiers from pointer target type
keylabels.h:274: warning: initialization discards qualifiers from pointer target type
keylabels.h:275: warning: initialization discards qualifiers from pointer target type
keylabels.h:276: warning: initialization discards qualifiers from pointer target type
keylabels.h:277: warning: initialization discards qualifiers from pointer target type
keylabels.h:278: warning: initialization discards qualifiers from pointer target type
keylabels.h:279: warning: initialization discards qualifiers from pointer target type
keylabels.h:280: warning: initialization discards qualifiers from pointer target type
keylabels.h:281: warning: initialization discards qualifiers from pointer target type
keylabels.h:282: warning: initialization discards qualifiers from pointer target type
keylabels.h:283: warning: initialization discards qualifiers from pointer target type
keylabels.h:284: warning: initialization discards qualifiers from pointer target type
keylabels.h:285: warning: initialization discards qualifiers from pointer target type
keylabels.h:286: warning: initialization discards qualifiers from pointer target type
keylabels.h:287: warning: initialization discards qualifiers from pointer target type
keylabels.h:288: warning: initialization discards qualifiers from pointer target type
keylabels.h:289: warning: initialization discards qualifiers from pointer target type
keylabels.h:290: warning: initialization discards qualifiers from pointer target type
keylabels.h:291: warning: initialization discards qualifiers from pointer target type
keylabels.h:292: warning: initialization discards qualifiers from pointer target type
keylabels.h:293: warning: initialization discards qualifiers from pointer target type
keylabels.h:294: warning: initialization discards qualifiers from pointer target type
keylabels.h:295: warning: initialization discards qualifiers from pointer target type
keylabels.h:296: warning: initialization discards qualifiers from pointer target type
keylabels.h:297: warning: initialization discards qualifiers from pointer target type
keylabels.h:298: warning: initialization discards qualifiers from pointer target type
keylabels.h:299: warning: initialization discards qualifiers from pointer target type
keylabels.h:300: warning: initialization discards qualifiers from pointer target type
keylabels.h:301: warning: initialization discards qualifiers from pointer target type
keylabels.h:302: warning: initialization discards qualifiers from pointer target type
keylabels.h:303: warning: initialization discards qualifiers from pointer target type
keylabels.h:304: warning: initialization discards qualifiers from pointer target type
keylabels.h:305: warning: initialization discards qualifiers from pointer target type
keylabels.h:306: warning: initialization discards qualifiers from pointer target type
keylabels.h:307: warning: initialization discards qualifiers from pointer target type
keylabels.h:308: warning: initialization discards qualifiers from pointer target type
keylabels.h:309: warning: initialization discards qualifiers from pointer target type
keylabels.h:310: warning: initialization discards qualifiers from pointer target type
keylabels.h:311: warning: initialization discards qualifiers from pointer target type
keylabels.h:312: warning: initialization discards qualifiers from pointer target type
keylabels.h:313: warning: initialization discards qualifiers from pointer target type
keylabels.h:314: warning: initialization discards qualifiers from pointer target type
keylabels.h:315: warning: initialization discards qualifiers from pointer target type
keylabels.h:316: warning: initialization discards qualifiers from pointer target type
keylabels.h:317: warning: initialization discards qualifiers from pointer target type
keylabels.h:318: warning: initialization discards qualifiers from pointer target type
keylabels.h:319: warning: initialization discards qualifiers from pointer target type
keylabels.h:320: warning: initialization discards qualifiers from pointer target type
keylabels.h:321: warning: initialization discards qualifiers from pointer target type
keylabels.h:322: warning: initialization discards qualifiers from pointer target type
keylabels.h:323: warning: initialization discards qualifiers from pointer target type
keylabels.h:324: warning: initialization discards qualifiers from pointer target type
keylabels.h:325: warning: initialization discards qualifiers from pointer target type
keylabels.h:326: warning: initialization discards qualifiers from pointer target type
keylabels.h:327: warning: initialization discards qualifiers from pointer target type
keylabels.h:328: warning: initialization discards qualifiers from pointer target type
keylabels.h:329: warning: initialization discards qualifiers from pointer target type
keylabels.h:330: warning: initialization discards qualifiers from pointer target type
keylabels.h:331: warning: initialization discards qualifiers from pointer target type
keylabels.h:332: warning: initialization discards qualifiers from pointer target type
keylabels.h:333: warning: initialization discards qualifiers from pointer target type
keylabels.h:334: warning: initialization discards qualifiers from pointer target type
keylabels.h:335: warning: initialization discards qualifiers from pointer target type
keylabels.h:336: warning: initialization discards qualifiers from pointer target type
keylabels.h:337: warning: initialization discards qualifiers from pointer target type
keylabels.h:338: warning: initialization discards qualifiers from pointer target type
keylabels.h:339: warning: initialization discards qualifiers from pointer target type
keylabels.h:340: warning: initialization discards qualifiers from pointer target type
keylabels.h:341: warning: initialization discards qualifiers from pointer target type
keylabels.h:342: warning: initialization discards qualifiers from pointer target type
keylabels.h:343: warning: initialization discards qualifiers from pointer target type
keylabels.h:344: warning: initialization discards qualifiers from pointer target type
keylabels.h:345: warning: initialization discards qualifiers from pointer target type
keylabels.h:346: warning: initialization discards qualifiers from pointer target type
keylabels.h:347: warning: initialization discards qualifiers from pointer target type
keylabels.h:348: warning: initialization discards qualifiers from pointer target type
keylabels.h:349: warning: initialization discards qualifiers from pointer target type
keylabels.h:350: warning: initialization discards qualifiers from pointer target type
keylabels.h:351: warning: initialization discards qualifiers from pointer target type
keylabels.h:352: warning: initialization discards qualifiers from pointer target type
keylabels.h:353: warning: initialization discards qualifiers from pointer target type
keylabels.h:354: warning: initialization discards qualifiers from pointer target type
keylabels.h:355: warning: initialization discards qualifiers from pointer target type
keylabels.h:356: warning: initialization discards qualifiers from pointer target type
keylabels.h:357: warning: initialization discards qualifiers from pointer target type
keylabels.h:358: warning: initialization discards qualifiers from pointer target type
keylabels.h:359: warning: initialization discards qualifiers from pointer target type
keylabels.h:360: warning: initialization discards qualifiers from pointer target type
keylabels.h:361: warning: initialization discards qualifiers from pointer target type
keylabels.h:362: warning: initialization discards qualifiers from pointer target type
keylabels.h:363: warning: initialization discards qualifiers from pointer target type
keylabels.h:364: warning: initialization discards qualifiers from pointer target type
keylabels.h:365: warning: initialization discards qualifiers from pointer target type
keylabels.h:366: warning: initialization discards qualifiers from pointer target type
keylabels.h:367: warning: initialization discards qualifiers from pointer target type
keylabels.h:368: warning: initialization discards qualifiers from pointer target type
keylabels.h:369: warning: initialization discards qualifiers from pointer target type
keylabels.h:370: warning: initialization discards qualifiers from pointer target type
keylabels.h:371: warning: initialization discards qualifiers from pointer target type
keylabels.h:372: warning: initialization discards qualifiers from pointer target type
keylabels.h:373: warning: initialization discards qualifiers from pointer target type
keylabels.h:374: warning: initialization discards qualifiers from pointer target type
keylabels.h:375: warning: initialization discards qualifiers from pointer target type
keylabels.h:376: warning: initialization discards qualifiers from pointer target type
keylabels.h:377: warning: initialization discards qualifiers from pointer target type
keylabels.h:378: warning: initialization discards qualifiers from pointer target type
keylabels.h:379: warning: initialization discards qualifiers from pointer target type
keylabels.h:380: warning: initialization discards qualifiers from pointer target type
keylabels.h:381: warning: initialization discards qualifiers from pointer target type
keylabels.h:382: warning: initialization discards qualifiers from pointer target type
keylabels.h:383: warning: initialization discards qualifiers from pointer target type
keylabels.h:384: warning: initialization discards qualifiers from pointer target type
keylabels.h:385: warning: initialization discards qualifiers from pointer target type
keylabels.h:386: warning: initialization discards qualifiers from pointer target type
keylabels.h:387: warning: initialization discards qualifiers from pointer target type
keylabels.h:388: warning: initialization discards qualifiers from pointer target type
keylabels.h:389: warning: initialization discards qualifiers from pointer target type
keylabels.h:390: warning: initialization discards qualifiers from pointer target type
keylabels.h:391: warning: initialization discards qualifiers from pointer target type
keylabels.h:392: warning: initialization discards qualifiers from pointer target type
keylabels.h:393: warning: initialization discards qualifiers from pointer target type
keylabels.h:394: warning: initialization discards qualifiers from pointer target type
keylabels.h:395: warning: initialization discards qualifiers from pointer target type
keylabels.h:396: warning: initialization discards qualifiers from pointer target type
keylabels.h:397: warning: initialization discards qualifiers from pointer target type
keylabels.h:398: warning: initialization discards qualifiers from pointer target type
keylabels.h:399: warning: initialization discards qualifiers from pointer target type
keylabels.h:400: warning: initialization discards qualifiers from pointer target type
keylabels.h:401: warning: initialization discards qualifiers from pointer target type
keylabels.h:402: warning: initialization discards qualifiers from pointer target type
keylabels.h:403: warning: initialization discards qualifiers from pointer target type
keylabels.h:404: warning: initialization discards qualifiers from pointer target type
keylabels.h:405: warning: initialization discards qualifiers from pointer target type
keylabels.h:406: warning: initialization discards qualifiers from pointer target type
keylabels.h:407: warning: initialization discards qualifiers from pointer target type
keylabels.h:408: warning: initialization discards qualifiers from pointer target type
keylabels.h:409: warning: initialization discards qualifiers from pointer target type
keylabels.h:410: warning: initialization discards qualifiers from pointer target type
keylabels.h:411: warning: initialization discards qualifiers from pointer target type
keylabels.h:412: warning: initialization discards qualifiers from pointer target type
keylabels.h:413: warning: initialization discards qualifiers from pointer target type
keylabels.h:414: warning: initialization discards qualifiers from pointer target type
keylabels.h:415: warning: initialization discards qualifiers from pointer target type
keylabels.h:416: warning: initialization discards qualifiers from pointer target type
keylabels.h:417: warning: initialization discards qualifiers from pointer target type
keylabels.h:418: warning: initialization discards qualifiers from pointer target type
keylabels.h:419: warning: initialization discards qualifiers from pointer target type
keylabels.h:420: warning: initialization discards qualifiers from pointer target type
keylabels.h:421: warning: initialization discards qualifiers from pointer target type
keylabels.h:422: warning: initialization discards qualifiers from pointer target type
keylabels.h:423: warning: initialization discards qualifiers from pointer target type
keylabels.h:424: warning: initialization discards qualifiers from pointer target type
keylabels.h:425: warning: initialization discards qualifiers from pointer target type
keylabels.h:426: warning: initialization discards qualifiers from pointer target type
keylabels.h:427: warning: initialization discards qualifiers from pointer target type
keylabels.h:428: warning: initialization discards qualifiers from pointer target type
keylabels.h:429: warning: initialization discards qualifiers from pointer target type
keylabels.h:430: warning: initialization discards qualifiers from pointer target type
keylabels.h:431: warning: initialization discards qualifiers from pointer target type
keylabels.h:432: warning: initialization discards qualifiers from pointer target type
keylabels.h:433: warning: initialization discards qualifiers from pointer target type
keylabels.h:434: warning: initialization discards qualifiers from pointer target type
keylabels.h:435: warning: initialization discards qualifiers from pointer target type
keylabels.h:436: warning: initialization discards qualifiers from pointer target type
keylabels.h:437: warning: initialization discards qualifiers from pointer target type
keylabels.h:438: warning: initialization discards qualifiers from pointer target type
keylabels.h:439: warning: initialization discards qualifiers from pointer target type
keylabels.h:440: warning: initialization discards qualifiers from pointer target type
keylabels.h:441: warning: initialization discards qualifiers from pointer target type
keylabels.h:442: warning: initialization discards qualifiers from pointer target type
keylabels.h:443: warning: initialization discards qualifiers from pointer target type
keylabels.h:444: warning: initialization discards qualifiers from pointer target type
keylabels.h:445: warning: initialization discards qualifiers from pointer target type
keylabels.h:446: warning: initialization discards qualifiers from pointer target type
keylabels.h:447: warning: initialization discards qualifiers from pointer target type
keylabels.h:448: warning: initialization discards qualifiers from pointer target type
keylabels.h:449: warning: initialization discards qualifiers from pointer target type
keylabels.h:450: warning: initialization discards qualifiers from pointer target type
keylabels.h:451: warning: initialization discards qualifiers from pointer target type
keylabels.h:452: warning: initialization discards qualifiers from pointer target type
keylabels.h:453: warning: initialization discards qualifiers from pointer target type
keylabels.h:454: warning: initialization discards qualifiers from pointer target type
keylabels.h:455: warning: initialization discards qualifiers from pointer target type
keylabels.h:456: warning: initialization discards qualifiers from pointer target type
keylabels.h:457: warning: initialization discards qualifiers from pointer target type
keylabels.h:458: warning: initialization discards qualifiers from pointer target type
keylabels.h:459: warning: initialization discards qualifiers from pointer target type
keylabels.h:460: warning: initialization discards qualifiers from pointer target type
keylabels.h:461: warning: initialization discards qualifiers from pointer target type
keylabels.h:462: warning: initialization discards qualifiers from pointer target type
keylabels.h:463: warning: initialization discards qualifiers from pointer target type
keylabels.h:464: warning: initialization discards qualifiers from pointer target type
keylabels.h:465: warning: initialization discards qualifiers from pointer target type
keylabels.h:466: warning: initialization discards qualifiers from pointer target type
keylabels.h:467: warning: initialization discards qualifiers from pointer target type
keylabels.h:468: warning: initialization discards qualifiers from pointer target type
keylabels.h:469: warning: initialization discards qualifiers from pointer target type
keylabels.h:470: warning: initialization discards qualifiers from pointer target type
keylabels.h:471: warning: initialization discards qualifiers from pointer target type
keylabels.h:472: warning: initialization discards qualifiers from pointer target type
keylabels.h:473: warning: initialization discards qualifiers from pointer target type
keylabels.h:474: warning: initialization discards qualifiers from pointer target type
keylabels.h:475: warning: initialization discards qualifiers from pointer target type
keylabels.h:476: warning: initialization discards qualifiers from pointer target type
keylabels.h:477: warning: initialization discards qualifiers from pointer target type
keylabels.h:478: warning: initialization discards qualifiers from pointer target type
keylabels.h:479: warning: initialization discards qualifiers from pointer target type
keylabels.h:480: warning: initialization discards qualifiers from pointer target type
keylabels.h:481: warning: initialization discards qualifiers from pointer target type
keylabels.h:482: warning: initialization discards qualifiers from pointer target type
keylabels.h:483: warning: initialization discards qualifiers from pointer target type
keylabels.h:484: warning: initialization discards qualifiers from pointer target type
keylabels.h:485: warning: initialization discards qualifiers from pointer target type
keylabels.h:486: warning: initialization discards qualifiers from pointer target type
keylabels.h:487: warning: initialization discards qualifiers from pointer target type
keylabels.h:488: warning: initialization discards qualifiers from pointer target type
keylabels.h:489: warning: initialization discards qualifiers from pointer target type
keylabels.h:490: warning: initialization discards qualifiers from pointer target type
keylabels.h:491: warning: initialization discards qualifiers from pointer target type
keylabels.h:492: warning: initialization discards qualifiers from pointer target type
keylabels.h:493: warning: initialization discards qualifiers from pointer target type
keylabels.h:494: warning: initialization discards qualifiers from pointer target type
keylabels.h:495: warning: initialization discards qualifiers from pointer target type
keylabels.h:496: warning: initialization discards qualifiers from pointer target type
keylabels.h:497: warning: initialization discards qualifiers from pointer target type
keylabels.h:498: warning: initialization discards qualifiers from pointer target type
keylabels.h:499: warning: initialization discards qualifiers from pointer target type
keylabels.h:500: warning: initialization discards qualifiers from pointer target type
keylabels.h:501: warning: initialization discards qualifiers from pointer target type
keylabels.h:502: warning: initialization discards qualifiers from pointer target type
keylabels.h:503: warning: initialization discards qualifiers from pointer target type
keylabels.h:504: warning: initialization discards qualifiers from pointer target type
keylabels.h:505: warning: initialization discards qualifiers from pointer target type
keylabels.h:506: warning: initialization discards qualifiers from pointer target type
keylabels.h:507: warning: initialization discards qualifiers from pointer target type
keylabels.h:508: warning: initialization discards qualifiers from pointer target type
keylabels.h:509: warning: initialization discards qualifiers from pointer target type
keylabels.h:510: warning: initialization discards qualifiers from pointer target type
keylabels.h:511: warning: initialization discards qualifiers from pointer target type
keylabels.h:512: warning: initialization discards qualifiers from pointer target type
keylabels.h:513: warning: initialization discards qualifiers from pointer target type
keylabels.h:514: warning: initialization discards qualifiers from pointer target type
keylabels.h:515: warning: initialization discards qualifiers from pointer target type
keylabels.h:516: warning: initialization discards qualifiers from pointer target type
keylabels.h:517: warning: initialization discards qualifiers from pointer target type
keylabels.h:518: warning: initialization discards qualifiers from pointer target type
keylabels.h:519: warning: initialization discards qualifiers from pointer target type
keylabels.h:520: warning: initialization discards qualifiers from pointer target type
keylabels.h:521: warning: initialization discards qualifiers from pointer target type
keylabels.h:522: warning: initialization discards qualifiers from pointer target type
keylabels.h:523: warning: initialization discards qualifiers from pointer target type
keylabels.h:524: warning: initialization discards qualifiers from pointer target type
keylabels.h:525: warning: initialization discards qualifiers from pointer target type
keylabels.h:526: warning: initialization discards qualifiers from pointer target type
keylabels.h:527: warning: initialization discards qualifiers from pointer target type
keylabels.h:528: warning: initialization discards qualifiers from pointer target type
keylabels.h:529: warning: initialization discards qualifiers from pointer target type
keylabels.h:530: warning: initialization discards qualifiers from pointer target type
keylabels.h:531: warning: initialization discards qualifiers from pointer target type
keylabels.h:532: warning: initialization discards qualifiers from pointer target type
keylabels.h:533: warning: initialization discards qualifiers from pointer target type
keylabels.h:534: warning: initialization discards qualifiers from pointer target type
keylabels.h:535: warning: initialization discards qualifiers from pointer target type
keylabels.h:536: warning: initialization discards qualifiers from pointer target type
keylabels.h:537: warning: initialization discards qualifiers from pointer target type
keylabels.h:538: warning: initialization discards qualifiers from pointer target type
keylabels.h:539: warning: initialization discards qualifiers from pointer target type
keylabels.h:540: warning: initialization discards qualifiers from pointer target type
keylabels.h:541: warning: initialization discards qualifiers from pointer target type
keylabels.h:542: warning: initialization discards qualifiers from pointer target type
keylabels.h:543: warning: initialization discards qualifiers from pointer target type
keylabels.h:544: warning: initialization discards qualifiers from pointer target type
keylabels.h:545: warning: initialization discards qualifiers from pointer target type
keylabels.h:546: warning: initialization discards qualifiers from pointer target type
keylabels.h:547: warning: initialization discards qualifiers from pointer target type
keylabels.h:548: warning: initialization discards qualifiers from pointer target type
keylabels.h:549: warning: initialization discards qualifiers from pointer target type
keylabels.h:550: warning: initialization discards qualifiers from pointer target type
keylabels.h:551: warning: initialization discards qualifiers from pointer target type
keylabels.h:552: warning: initialization discards qualifiers from pointer target type
keylabels.h:553: warning: initialization discards qualifiers from pointer target type
keylabels.h:554: warning: initialization discards qualifiers from pointer target type
keylabels.h:555: warning: initialization discards qualifiers from pointer target type
keylabels.h:556: warning: initialization discards qualifiers from pointer target type
keylabels.h:557: warning: initialization discards qualifiers from pointer target type
keylabels.h:558: warning: initialization discards qualifiers from pointer target type
keylabels.h:559: warning: initialization discards qualifiers from pointer target type
keylabels.h:560: warning: initialization discards qualifiers from pointer target type
keylabels.h:561: warning: initialization discards qualifiers from pointer target type
keylabels.h:562: warning: initialization discards qualifiers from pointer target type
keylabels.h:563: warning: initialization discards qualifiers from pointer target type
keylabels.h:564: warning: initialization discards qualifiers from pointer target type
keylabels.h:565: warning: initialization discards qualifiers from pointer target type
keylabels.h:566: warning: initialization discards qualifiers from pointer target type
keylabels.h:567: warning: initialization discards qualifiers from pointer target type
keylabels.h:568: warning: initialization discards qualifiers from pointer target type
keylabels.h:569: warning: initialization discards qualifiers from pointer target type
keylabels.h:570: warning: initialization discards qualifiers from pointer target type
keylabels.h:571: warning: initialization discards qualifiers from pointer target type
keylabels.h:572: warning: initialization discards qualifiers from pointer target type
keylabels.h:573: warning: initialization discards qualifiers from pointer target type
keylabels.h:574: warning: initialization discards qualifiers from pointer target type
keylabels.h:575: warning: initialization discards qualifiers from pointer target type
keylabels.h:576: warning: initialization discards qualifiers from pointer target type
keylabels.h:577: warning: initialization discards qualifiers from pointer target type
keylabels.h:578: warning: initialization discards qualifiers from pointer target type
keylabels.h:579: warning: initialization discards qualifiers from pointer target type
keylabels.h:580: warning: initialization discards qualifiers from pointer target type
keylabels.h:581: warning: initialization discards qualifiers from pointer target type
keylabels.h:582: warning: initialization discards qualifiers from pointer target type
keylabels.h:583: warning: initialization discards qualifiers from pointer target type
keylabels.h:584: warning: initialization discards qualifiers from pointer target type
keylabels.h:585: warning: initialization discards qualifiers from pointer target type
keylabels.h:586: warning: initialization discards qualifiers from pointer target type
keylabels.h:587: warning: initialization discards qualifiers from pointer target type
keylabels.h:588: warning: initialization discards qualifiers from pointer target type
keylabels.h:589: warning: initialization discards qualifiers from pointer target type
keylabels.h:590: warning: initialization discards qualifiers from pointer target type
keylabels.h:591: warning: initialization discards qualifiers from pointer target type
keylabels.h:592: warning: initialization discards qualifiers from pointer target type
keylabels.h:593: warning: initialization discards qualifiers from pointer target type
keylabels.h:594: warning: initialization discards qualifiers from pointer target type
keylabels.h:595: warning: initialization discards qualifiers from pointer target type
keylabels.h:596: warning: initialization discards qualifiers from pointer target type
keylabels.h:597: warning: initialization discards qualifiers from pointer target type
keylabels.h:598: warning: initialization discards qualifiers from pointer target type
keylabels.h:599: warning: initialization discards qualifiers from pointer target type
keylabels.h:600: warning: initialization discards qualifiers from pointer target type
keylabels.h:601: warning: initialization discards qualifiers from pointer target type
keylabels.h:602: warning: initialization discards qualifiers from pointer target type
keylabels.h:603: warning: initialization discards qualifiers from pointer target type
keylabels.h:604: warning: initialization discards qualifiers from pointer target type
keylabels.h:605: warning: initialization discards qualifiers from pointer target type
keylabels.h:606: warning: initialization discards qualifiers from pointer target type
keylabels.h:607: warning: initialization discards qualifiers from pointer target type
keylabels.h:608: warning: initialization discards qualifiers from pointer target type
keylabels.h:609: warning: initialization discards qualifiers from pointer target type
keylabels.h:610: warning: initialization discards qualifiers from pointer target type
keylabels.h:611: warning: initialization discards qualifiers from pointer target type
keylabels.h:612: warning: initialization discards qualifiers from pointer target type
keylabels.h:613: warning: initialization discards qualifiers from pointer target type
keylabels.h:614: warning: initialization discards qualifiers from pointer target type
keylabels.h:615: warning: initialization discards qualifiers from pointer target type
keylabels.h:616: warning: initialization discards qualifiers from pointer target type
keylabels.h:617: warning: initialization discards qualifiers from pointer target type
keylabels.h:618: warning: initialization discards qualifiers from pointer target type
keylabels.h:619: warning: initialization discards qualifiers from pointer target type
keylabels.h:620: warning: initialization discards qualifiers from pointer target type
keylabels.h:621: warning: initialization discards qualifiers from pointer target type
keylabels.h:622: warning: initialization discards qualifiers from pointer target type
keylabels.h:623: warning: initialization discards qualifiers from pointer target type
keylabels.h:624: warning: initialization discards qualifiers from pointer target type
keylabels.h:625: warning: initialization discards qualifiers from pointer target type
keylabels.h:626: warning: initialization discards qualifiers from pointer target type
keylabels.h:627: warning: initialization discards qualifiers from pointer target type
keylabels.h:628: warning: initialization discards qualifiers from pointer target type
keylabels.h:629: warning: initialization discards qualifiers from pointer target type
keylabels.h:630: warning: initialization discards qualifiers from pointer target type
keylabels.h:631: warning: initialization discards qualifiers from pointer target type
keylabels.h:632: warning: initialization discards qualifiers from pointer target type
keylabels.h:633: warning: initialization discards qualifiers from pointer target type
keylabels.h:634: warning: initialization discards qualifiers from pointer target type
keylabels.h:635: warning: initialization discards qualifiers from pointer target type
keylabels.h:636: warning: initialization discards qualifiers from pointer target type
keylabels.h:637: warning: initialization discards qualifiers from pointer target type
keylabels.h:638: warning: initialization discards qualifiers from pointer target type
keylabels.h:639: warning: initialization discards qualifiers from pointer target type
keylabels.h:640: warning: initialization discards qualifiers from pointer target type
keylabels.h:641: warning: initialization discards qualifiers from pointer target type
keylabels.h:642: warning: initialization discards qualifiers from pointer target type
keylabels.h:643: warning: initialization discards qualifiers from pointer target type
keylabels.h:644: warning: initialization discards qualifiers from pointer target type
keylabels.h:645: warning: initialization discards qualifiers from pointer target type
keylabels.h:646: warning: initialization discards qualifiers from pointer target type
keylabels.h:647: warning: initialization discards qualifiers from pointer target type
keylabels.h:648: warning: initialization discards qualifiers from pointer target type
keylabels.h:649: warning: initialization discards qualifiers from pointer target type
keylabels.h:650: warning: initialization discards qualifiers from pointer target type
keylabels.h:651: warning: initialization discards qualifiers from pointer target type
keylabels.h:652: warning: initialization discards qualifiers from pointer target type
keylabels.h:653: warning: initialization discards qualifiers from pointer target type
keylabels.h:654: warning: initialization discards qualifiers from pointer target type
keylabels.h:655: warning: initialization discards qualifiers from pointer target type
keylabels.h:656: warning: initialization discards qualifiers from pointer target type
keylabels.h:657: warning: initialization discards qualifiers from pointer target type
keylabels.h:658: warning: initialization discards qualifiers from pointer target type
keylabels.h:659: warning: initialization discards qualifiers from pointer target type
keylabels.h:660: warning: initialization discards qualifiers from pointer target type
keylabels.h:661: warning: initialization discards qualifiers from pointer target type
keylabels.h:662: warning: initialization discards qualifiers from pointer target type
keylabels.h:663: warning: initialization discards qualifiers from pointer target type
keylabels.h:664: warning: initialization discards qualifiers from pointer target type
keylabels.h:665: warning: initialization discards qualifiers from pointer target type
keylabels.h:666: warning: initialization discards qualifiers from pointer target type
keylabels.h:667: warning: initialization discards qualifiers from pointer target type
keylabels.h:668: warning: initialization discards qualifiers from pointer target type
keylabels.h:669: warning: initialization discards qualifiers from pointer target type
keylabels.h:670: warning: initialization discards qualifiers from pointer target type
keylabels.h:671: warning: initialization discards qualifiers from pointer target type
keylabels.h:672: warning: initialization discards qualifiers from pointer target type
keylabels.h:673: warning: initialization discards qualifiers from pointer target type
keylabels.h:674: warning: initialization discards qualifiers from pointer target type
keylabels.h:675: warning: initialization discards qualifiers from pointer target type
keylabels.h:676: warning: initialization discards qualifiers from pointer target type
keylabels.h:677: warning: initialization discards qualifiers from pointer target type
keylabels.h:678: warning: initialization discards qualifiers from pointer target type
keylabels.h:679: warning: initialization discards qualifiers from pointer target type
keylabels.h:680: warning: initialization discards qualifiers from pointer target type
keylabels.h:681: warning: initialization discards qualifiers from pointer target type
keylabels.h:682: warning: initialization discards qualifiers from pointer target type
keylabels.h:683: warning: initialization discards qualifiers from pointer target type
keylabels.h:684: warning: initialization discards qualifiers from pointer target type
keylabels.h:685: warning: initialization discards qualifiers from pointer target type
keylabels.h:686: warning: initialization discards qualifiers from pointer target type
keylabels.h:687: warning: initialization discards qualifiers from pointer target type
keylabels.h:688: warning: initialization discards qualifiers from pointer target type
keylabels.h:689: warning: initialization discards qualifiers from pointer target type
keylabels.h:690: warning: initialization discards qualifiers from pointer target type
keylabels.h:691: warning: initialization discards qualifiers from pointer target type
keylabels.h:692: warning: initialization discards qualifiers from pointer target type
keylabels.h:693: warning: initialization discards qualifiers from pointer target type
keylabels.h:694: warning: initialization discards qualifiers from pointer target type
keylabels.h:695: warning: initialization discards qualifiers from pointer target type
keylabels.h:696: warning: initialization discards qualifiers from pointer target type
keylabels.h:697: warning: initialization discards qualifiers from pointer target type
keylabels.h:698: warning: initialization discards qualifiers from pointer target type
keylabels.h:699: warning: initialization discards qualifiers from pointer target type
keylabels.h:700: warning: initialization discards qualifiers from pointer target type
keylabels.h:701: warning: initialization discards qualifiers from pointer target type
keylabels.h:702: warning: initialization discards qualifiers from pointer target type
keylabels.h:703: warning: initialization discards qualifiers from pointer target type
keylabels.h:704: warning: initialization discards qualifiers from pointer target type
keylabels.h:705: warning: initialization discards qualifiers from pointer target type
keylabels.h:706: warning: initialization discards qualifiers from pointer target type
keylabels.h:707: warning: initialization discards qualifiers from pointer target type
keylabels.h:708: warning: initialization discards qualifiers from pointer target type
keylabels.h:709: warning: initialization discards qualifiers from pointer target type
keylabels.h:710: warning: initialization discards qualifiers from pointer target type
keylabels.h:711: warning: initialization discards qualifiers from pointer target type
keylabels.h:712: warning: initialization discards qualifiers from pointer target type
keylabels.h:713: warning: initialization discards qualifiers from pointer target type
keylabels.h:714: warning: initialization discards qualifiers from pointer target type
keylabels.h:715: warning: initialization discards qualifiers from pointer target type
keylabels.h:716: warning: initialization discards qualifiers from pointer target type
keylabels.h:717: warning: initialization discards qualifiers from pointer target type
keylabels.h:718: warning: initialization discards qualifiers from pointer target type
keylabels.h:719: warning: initialization discards qualifiers from pointer target type
keylabels.h:720: warning: initialization discards qualifiers from pointer target type
keylabels.h:721: warning: initialization discards qualifiers from pointer target type
keylabels.h:722: warning: initialization discards qualifiers from pointer target type
keylabels.h:723: warning: initialization discards qualifiers from pointer target type
keylabels.h:724: warning: initialization discards qualifiers from pointer target type
keylabels.h:725: warning: initialization discards qualifiers from pointer target type
keylabels.h:726: warning: initialization discards qualifiers from pointer target type
keylabels.h:727: warning: initialization discards qualifiers from pointer target type
keylabels.h:728: warning: initialization discards qualifiers from pointer target type
keylabels.h:729: warning: initialization discards qualifiers from pointer target type
keylabels.h:730: warning: initialization discards qualifiers from pointer target type
keylabels.h:731: warning: initialization discards qualifiers from pointer target type
keylabels.h:732: warning: initialization discards qualifiers from pointer target type
keylabels.h:733: warning: initialization discards qualifiers from pointer target type
keylabels.h:734: warning: initialization discards qualifiers from pointer target type
keylabels.h:735: warning: initialization discards qualifiers from pointer target type
keylabels.h:736: warning: initialization discards qualifiers from pointer target type
keylabels.h:737: warning: initialization discards qualifiers from pointer target type
keylabels.h:738: warning: initialization discards qualifiers from pointer target type
keylabels.h:739: warning: initialization discards qualifiers from pointer target type
keylabels.h:740: warning: initialization discards qualifiers from pointer target type
keylabels.h:741: warning: initialization discards qualifiers from pointer target type
keylabels.h:742: warning: initialization discards qualifiers from pointer target type
keylabels.h:743: warning: initialization discards qualifiers from pointer target type
keylabels.h:744: warning: initialization discards qualifiers from pointer target type
keylabels.h:745: warning: initialization discards qualifiers from pointer target type
keylabels.h:746: warning: initialization discards qualifiers from pointer target type
keylabels.h:747: warning: initialization discards qualifiers from pointer target type
keylabels.h:748: warning: initialization discards qualifiers from pointer target type
keylabels.h:749: warning: initialization discards qualifiers from pointer target type
keylabels.h:750: warning: initialization discards qualifiers from pointer target type
keylabels.h:751: warning: initialization discards qualifiers from pointer target type
keylabels.h:752: warning: initialization discards qualifiers from pointer target type
keylabels.h:753: warning: initialization discards qualifiers from pointer target type
keylabels.h:754: warning: initialization discards qualifiers from pointer target type
keylabels.h:755: warning: initialization discards qualifiers from pointer target type
keylabels.h:756: warning: initialization discards qualifiers from pointer target type
keylabels.h:757: warning: initialization discards qualifiers from pointer target type
keylabels.h:758: warning: initialization discards qualifiers from pointer target type
keylabels.h:759: warning: initialization discards qualifiers from pointer target type
keylabels.h:760: warning: initialization discards qualifiers from pointer target type
keylabels.h:761: warning: initialization discards qualifiers from pointer target type
keylabels.h:762: warning: initialization discards qualifiers from pointer target type
keylabels.h:763: warning: initialization discards qualifiers from pointer target type
keylabels.h:764: warning: initialization discards qualifiers from pointer target type
keylabels.h:765: warning: initialization discards qualifiers from pointer target type
keylabels.h:766: warning: initialization discards qualifiers from pointer target type
keylabels.h:767: warning: initialization discards qualifiers from pointer target type
keylabels.h:768: warning: initialization discards qualifiers from pointer target type
keylabels.h:769: warning: initialization discards qualifiers from pointer target type
keylabels.h:770: warning: initialization discards qualifiers from pointer target type
keylabels.h:771: warning: initialization discards qualifiers from pointer target type
keylabels.h:772: warning: initialization discards qualifiers from pointer target type
keylabels.h:773: warning: initialization discards qualifiers from pointer target type
keylabels.h:774: warning: initialization discards qualifiers from pointer target type
keylabels.h:775: warning: initialization discards qualifiers from pointer target type
keylabels.h:776: warning: initialization discards qualifiers from pointer target type
keylabels.h:777: warning: initialization discards qualifiers from pointer target type
keylabels.h:778: warning: initialization discards qualifiers from pointer target type
keylabels.h:779: warning: initialization discards qualifiers from pointer target type
keylabels.h:780: warning: initialization discards qualifiers from pointer target type
keylabels.h:781: warning: initialization discards qualifiers from pointer target type
keylabels.h:782: warning: initialization discards qualifiers from pointer target type
keylabels.h:783: warning: initialization discards qualifiers from pointer target type
keylabels.h:784: warning: initialization discards qualifiers from pointer target type
keylabels.h:785: warning: initialization discards qualifiers from pointer target type
keylabels.h:786: warning: initialization discards qualifiers from pointer target type
keylabels.h:787: warning: initialization discards qualifiers from pointer target type
keylabels.h:788: warning: initialization discards qualifiers from pointer target type
keylabels.h:789: warning: initialization discards qualifiers from pointer target type
keylabels.h:790: warning: initialization discards qualifiers from pointer target type
keylabels.h:791: warning: initialization discards qualifiers from pointer target type
keylabels.h:792: warning: initialization discards qualifiers from pointer target type
keylabels.h:793: warning: initialization discards qualifiers from pointer target type
keylabels.h:794: warning: initialization discards qualifiers from pointer target type
keylabels.h:795: warning: initialization discards qualifiers from pointer target type
keylabels.h:796: warning: initialization discards qualifiers from pointer target type
keylabels.h:797: warning: initialization discards qualifiers from pointer target type
keylabels.h:798: warning: initialization discards qualifiers from pointer target type
keylabels.h:799: warning: initialization discards qualifiers from pointer target type
keylabels.h:800: warning: initialization discards qualifiers from pointer target type
keylabels.h:801: warning: initialization discards qualifiers from pointer target type
keylabels.h:802: warning: initialization discards qualifiers from pointer target type
keylabels.h:803: warning: initialization discards qualifiers from pointer target type
keylabels.h:804: warning: initialization discards qualifiers from pointer target type
keylabels.h:805: warning: initialization discards qualifiers from pointer target type
keylabels.h:806: warning: initialization discards qualifiers from pointer target type
keylabels.h:807: warning: initialization discards qualifiers from pointer target type
keylabels.h:808: warning: initialization discards qualifiers from pointer target type
keylabels.h:809: warning: initialization discards qualifiers from pointer target type
keylabels.h:810: warning: initialization discards qualifiers from pointer target type
keylabels.h:811: warning: initialization discards qualifiers from pointer target type
keylabels.h:812: warning: initialization discards qualifiers from pointer target type
keylabels.h:813: warning: initialization discards qualifiers from pointer target type
keylabels.h:814: warning: initialization discards qualifiers from pointer target type
keylabels.h:815: warning: initialization discards qualifiers from pointer target type
keylabels.h:816: warning: initialization discards qualifiers from pointer target type
keylabels.h:817: warning: initialization discards qualifiers from pointer target type
keylabels.h:818: warning: initialization discards qualifiers from pointer target type
keylabels.h:819: warning: initialization discards qualifiers from pointer target type
keylabels.h:820: warning: initialization discards qualifiers from pointer target type
keylabels.h:821: warning: initialization discards qualifiers from pointer target type
keylabels.h:822: warning: initialization discards qualifiers from pointer target type
keylabels.h:823: warning: initialization discards qualifiers from pointer target type
keylabels.h:824: warning: initialization discards qualifiers from pointer target type
keylabels.h:825: warning: initialization discards qualifiers from pointer target type
keylabels.h:826: warning: initialization discards qualifiers from pointer target type
keylabels.h:827: warning: initialization discards qualifiers from pointer target type
keylabels.h:828: warning: initialization discards qualifiers from pointer target type
keylabels.h:829: warning: initialization discards qualifiers from pointer target type
keylabels.h:830: warning: initialization discards qualifiers from pointer target type
keylabels.h:831: warning: initialization discards qualifiers from pointer target type
keylabels.h:832: warning: initialization discards qualifiers from pointer target type
keylabels.h:833: warning: initialization discards qualifiers from pointer target type
keylabels.h:834: warning: initialization discards qualifiers from pointer target type
keylabels.h:835: warning: initialization discards qualifiers from pointer target type
keylabels.h:836: warning: initialization discards qualifiers from pointer target type
keylabels.h:837: warning: initialization discards qualifiers from pointer target type
keylabels.h:838: warning: initialization discards qualifiers from pointer target type
keylabels.h:839: warning: initialization discards qualifiers from pointer target type
keylabels.h:840: warning: initialization discards qualifiers from pointer target type
keylabels.h:841: warning: initialization discards qualifiers from pointer target type
keylabels.h:842: warning: initialization discards qualifiers from pointer target type
keylabels.h:843: warning: initialization discards qualifiers from pointer target type
keylabels.h:844: warning: initialization discards qualifiers from pointer target type
keylabels.h:845: warning: initialization discards qualifiers from pointer target type
keylabels.h:846: warning: initialization discards qualifiers from pointer target type
keylabels.h:847: warning: initialization discards qualifiers from pointer target type
keylabels.h:848: warning: initialization discards qualifiers from pointer target type
keylabels.h:849: warning: initialization discards qualifiers from pointer target type
keylabels.h:850: warning: initialization discards qualifiers from pointer target type
keylabels.h:851: warning: initialization discards qualifiers from pointer target type
keylabels.h:852: warning: initialization discards qualifiers from pointer target type
keylabels.h:853: warning: initialization discards qualifiers from pointer target type
keylabels.h:854: warning: initialization discards qualifiers from pointer target type
keylabels.h:855: warning: initialization discards qualifiers from pointer target type
keylabels.h:856: warning: initialization discards qualifiers from pointer target type
keylabels.h:857: warning: initialization discards qualifiers from pointer target type
keylabels.h:858: warning: initialization discards qualifiers from pointer target type
keylabels.h:859: warning: initialization discards qualifiers from pointer target type
keylabels.h:860: warning: initialization discards qualifiers from pointer target type
keylabels.h:861: warning: initialization discards qualifiers from pointer target type
keylabels.h:862: warning: initialization discards qualifiers from pointer target type
keylabels.h:863: warning: initialization discards qualifiers from pointer target type
keylabels.h:864: warning: initialization discards qualifiers from pointer target type
keylabels.h:865: warning: initialization discards qualifiers from pointer target type
keylabels.h:866: warning: initialization discards qualifiers from pointer target type
keylabels.h:867: warning: initialization discards qualifiers from pointer target type
keylabels.h:868: warning: initialization discards qualifiers from pointer target type
keylabels.h:869: warning: initialization discards qualifiers from pointer target type
keylabels.h:870: warning: initialization discards qualifiers from pointer target type
keylabels.h:871: warning: initialization discards qualifiers from pointer target type
keylabels.h:872: warning: initialization discards qualifiers from pointer target type
keylabels.h:873: warning: initialization discards qualifiers from pointer target type
keylabels.h:874: warning: initialization discards qualifiers from pointer target type
keylabels.h:875: warning: initialization discards qualifiers from pointer target type
keylabels.h:876: warning: initialization discards qualifiers from pointer target type
keylabels.h:877: warning: initialization discards qualifiers from pointer target type
keylabels.h:878: warning: initialization discards qualifiers from pointer target type
keylabels.h:879: warning: initialization discards qualifiers from pointer target type
keylabels.h:880: warning: initialization discards qualifiers from pointer target type
keylabels.h:881: warning: initialization discards qualifiers from pointer target type
keylabels.h:882: warning: initialization discards qualifiers from pointer target type
keylabels.h:883: warning: initialization discards qualifiers from pointer target type
keylabels.h:884: warning: initialization discards qualifiers from pointer target type
keylabels.h:885: warning: initialization discards qualifiers from pointer target type
keylabels.h:886: warning: initialization discards qualifiers from pointer target type
keylabels.h:887: warning: initialization discards qualifiers from pointer target type
keylabels.h:888: warning: initialization discards qualifiers from pointer target type
keylabels.h:889: warning: initialization discards qualifiers from pointer target type
keylabels.h:890: warning: initialization discards qualifiers from pointer target type
keylabels.h:891: warning: initialization discards qualifiers from pointer target type
keylabels.h:892: warning: initialization discards qualifiers from pointer target type
keylabels.h:893: warning: initialization discards qualifiers from pointer target type
keylabels.h:894: warning: initialization discards qualifiers from pointer target type
keylabels.h:895: warning: initialization discards qualifiers from pointer target type
keylabels.h:896: warning: initialization discards qualifiers from pointer target type
keylabels.h:897: warning: initialization discards qualifiers from pointer target type
keylabels.h:898: warning: initialization discards qualifiers from pointer target type
keylabels.h:899: warning: initialization discards qualifiers from pointer target type
keylabels.h:900: warning: initialization discards qualifiers from pointer target type
keylabels.h:901: warning: initialization discards qualifiers from pointer target type
keylabels.h:902: warning: initialization discards qualifiers from pointer target type
keylabels.h:903: warning: initialization discards qualifiers from pointer target type
keylabels.h:904: warning: initialization discards qualifiers from pointer target type
keylabels.h:905: warning: initialization discards qualifiers from pointer target type
keylabels.h:906: warning: initialization discards qualifiers from pointer target type
keylabels.h:907: warning: initialization discards qualifiers from pointer target type
keylabels.h:908: warning: initialization discards qualifiers from pointer target type
keylabels.h:909: warning: initialization discards qualifiers from pointer target type
keylabels.h:910: warning: initialization discards qualifiers from pointer target type
keylabels.h:911: warning: initialization discards qualifiers from pointer target type
keylabels.h:912: warning: initialization discards qualifiers from pointer target type
keylabels.h:913: warning: initialization discards qualifiers from pointer target type
keylabels.h:914: warning: initialization discards qualifiers from pointer target type
keylabels.h:915: warning: initialization discards qualifiers from pointer target type
keylabels.h:916: warning: initialization discards qualifiers from pointer target type
keylabels.h:917: warning: initialization discards qualifiers from pointer target type
keylabels.h:918: warning: initialization discards qualifiers from pointer target type
keylabels.h:919: warning: initialization discards qualifiers from pointer target type
keylabels.h:920: warning: initialization discards qualifiers from pointer target type
keylabels.h:921: warning: initialization discards qualifiers from pointer target type
keylabels.h:922: warning: initialization discards qualifiers from pointer target type
keylabels.h:923: warning: initialization discards qualifiers from pointer target type
keylabels.h:924: warning: initialization discards qualifiers from pointer target type
keylabels.h:925: warning: initialization discards qualifiers from pointer target type
keylabels.h:926: warning: initialization discards qualifiers from pointer target type
keylabels.h:927: warning: initialization discards qualifiers from pointer target type
keylabels.h:928: warning: initialization discards qualifiers from pointer target type
keylabels.h:929: warning: initialization discards qualifiers from pointer target type
keylabels.h:930: warning: initialization discards qualifiers from pointer target type
keylabels.h:931: warning: initialization discards qualifiers from pointer target type
keylabels.h:932: warning: initialization discards qualifiers from pointer target type
keylabels.h:933: warning: initialization discards qualifiers from pointer target type
keylabels.h:934: warning: initialization discards qualifiers from pointer target type
keylabels.h:935: warning: initialization discards qualifiers from pointer target type
keylabels.h:936: warning: initialization discards qualifiers from pointer target type
keylabels.h:937: warning: initialization discards qualifiers from pointer target type
keylabels.h:938: warning: initialization discards qualifiers from pointer target type
keylabels.h:939: warning: initialization discards qualifiers from pointer target type
keylabels.h:940: warning: initialization discards qualifiers from pointer target type
keylabels.h:941: warning: initialization discards qualifiers from pointer target type
keylabels.h:942: warning: initialization discards qualifiers from pointer target type
keylabels.h:943: warning: initialization discards qualifiers from pointer target type
keylabels.h:944: warning: initialization discards qualifiers from pointer target type
keylabels.h:945: warning: initialization discards qualifiers from pointer target type
keylabels.h:946: warning: initialization discards qualifiers from pointer target type
keylabels.h:947: warning: initialization discards qualifiers from pointer target type
keylabels.h:948: warning: initialization discards qualifiers from pointer target type
keylabels.h:949: warning: initialization discards qualifiers from pointer target type
keylabels.h:950: warning: initialization discards qualifiers from pointer target type
keylabels.h:951: warning: initialization discards qualifiers from pointer target type
keylabels.h:952: warning: initialization discards qualifiers from pointer target type
keylabels.h:953: warning: initialization discards qualifiers from pointer target type
keylabels.h:954: warning: initialization discards qualifiers from pointer target type
keylabels.h:955: warning: initialization discards qualifiers from pointer target type
keylabels.h:956: warning: initialization discards qualifiers from pointer target type
keylabels.h:957: warning: initialization discards qualifiers from pointer target type
keylabels.h:958: warning: initialization discards qualifiers from pointer target type
keylabels.h:959: warning: initialization discards qualifiers from pointer target type
keylabels.h:960: warning: initialization discards qualifiers from pointer target type
keylabels.h:961: warning: initialization discards qualifiers from pointer target type
keylabels.h:962: warning: initialization discards qualifiers from pointer target type
keylabels.h:963: warning: initialization discards qualifiers from pointer target type
keylabels.h:964: warning: initialization discards qualifiers from pointer target type
keylabels.h:965: warning: initialization discards qualifiers from pointer target type
keylabels.h:966: warning: initialization discards qualifiers from pointer target type
keylabels.h:967: warning: initialization discards qualifiers from pointer target type
keylabels.h:968: warning: initialization discards qualifiers from pointer target type
keylabels.h:969: warning: initialization discards qualifiers from pointer target type
keylabels.h:970: warning: initialization discards qualifiers from pointer target type
keylabels.h:971: warning: initialization discards qualifiers from pointer target type
keylabels.h:972: warning: initialization discards qualifiers from pointer target type
keylabels.h:973: warning: initialization discards qualifiers from pointer target type
keylabels.h:974: warning: initialization discards qualifiers from pointer target type
keylabels.h:975: warning: initialization discards qualifiers from pointer target type
keylabels.h:976: warning: initialization discards qualifiers from pointer target type
keylabels.h:977: warning: initialization discards qualifiers from pointer target type
keylabels.h:978: warning: initialization discards qualifiers from pointer target type
keylabels.h:979: warning: initialization discards qualifiers from pointer target type
keylabels.h:980: warning: initialization discards qualifiers from pointer target type
keylabels.h:981: warning: initialization discards qualifiers from pointer target type
keylabels.h:982: warning: initialization discards qualifiers from pointer target type
keylabels.h:983: warning: initialization discards qualifiers from pointer target type
keylabels.h:984: warning: initialization discards qualifiers from pointer target type
keylabels.h:985: warning: initialization discards qualifiers from pointer target type
keylabels.h:986: warning: initialization discards qualifiers from pointer target type
keylabels.h:987: warning: initialization discards qualifiers from pointer target type
keylabels.h:988: warning: initialization discards qualifiers from pointer target type
keylabels.h:989: warning: initialization discards qualifiers from pointer target type
keylabels.h:990: warning: initialization discards qualifiers from pointer target type
keylabels.h:991: warning: initialization discards qualifiers from pointer target type
keylabels.h:992: warning: initialization discards qualifiers from pointer target type
keylabels.h:993: warning: initialization discards qualifiers from pointer target type
keylabels.h:994: warning: initialization discards qualifiers from pointer target type
keylabels.h:995: warning: initialization discards qualifiers from pointer target type
keylabels.h:996: warning: initialization discards qualifiers from pointer target type
keylabels.h:997: warning: initialization discards qualifiers from pointer target type
keylabels.h:998: warning: initialization discards qualifiers from pointer target type
keylabels.h:999: warning: initialization discards qualifiers from pointer target type
keylabels.h:1000: warning: initialization discards qualifiers from pointer target type
keylabels.h:1001: warning: initialization discards qualifiers from pointer target type
keylabels.h:1002: warning: initialization discards qualifiers from pointer target type
keylabels.h:1003: warning: initialization discards qualifiers from pointer target type
keylabels.h:1004: warning: initialization discards qualifiers from pointer target type
keylabels.h:1005: warning: initialization discards qualifiers from pointer target type
keylabels.h:1006: warning: initialization discards qualifiers from pointer target type
keylabels.h:1007: warning: initialization discards qualifiers from pointer target type
keylabels.h:1008: warning: initialization discards qualifiers from pointer target type
keylabels.h:1009: warning: initialization discards qualifiers from pointer target type
keylabels.h:1010: warning: initialization discards qualifiers from pointer target type
keylabels.h:1011: warning: initialization discards qualifiers from pointer target type
keylabels.h:1012: warning: initialization discards qualifiers from pointer target type
keylabels.h:1013: warning: initialization discards qualifiers from pointer target type
keylabels.h:1014: warning: initialization discards qualifiers from pointer target type
keylabels.h:1015: warning: initialization discards qualifiers from pointer target type
keylabels.h:1016: warning: initialization discards qualifiers from pointer target type
keylabels.h:1017: warning: initialization discards qualifiers from pointer target type
keylabels.h:1018: warning: initialization discards qualifiers from pointer target type
keylabels.h:1019: warning: initialization discards qualifiers from pointer target type
keylabels.h:1020: warning: initialization discards qualifiers from pointer target type
keylabels.h:1021: warning: initialization discards qualifiers from pointer target type
keylabels.h:1022: warning: initialization discards qualifiers from pointer target type
keylabels.h:1023: warning: initialization discards qualifiers from pointer target type
keylabels.h:1024: warning: initialization discards qualifiers from pointer target type
keylabels.h:1025: warning: initialization discards qualifiers from pointer target type
keylabels.h:1026: warning: initialization discards qualifiers from pointer target type
keylabels.h:1027: warning: initialization discards qualifiers from pointer target type
keylabels.h:1028: warning: initialization discards qualifiers from pointer target type
keylabels.h:1029: warning: initialization discards qualifiers from pointer target type
keylabels.h:1030: warning: initialization discards qualifiers from pointer target type
keylabels.h:1031: warning: initialization discards qualifiers from pointer target type
keylabels.h:1032: warning: initialization discards qualifiers from pointer target type
keylabels.h:1033: warning: initialization discards qualifiers from pointer target type
keylabels.h:1034: warning: initialization discards qualifiers from pointer target type
keylabels.h:1035: warning: initialization discards qualifiers from pointer target type
keylabels.h:1036: warning: initialization discards qualifiers from pointer target type
keylabels.h:1037: warning: initialization discards qualifiers from pointer target type
keylabels.h:1038: warning: initialization discards qualifiers from pointer target type
keylabels.h:1039: warning: initialization discards qualifiers from pointer target type
keylabels.h:1040: warning: initialization discards qualifiers from pointer target type
keylabels.h:1041: warning: initialization discards qualifiers from pointer target type
keylabels.h:1042: warning: initialization discards qualifiers from pointer target type
keylabels.h:1043: warning: initialization discards qualifiers from pointer target type
keylabels.h:1044: warning: initialization discards qualifiers from pointer target type
keylabels.h:1045: warning: initialization discards qualifiers from pointer target type
keylabels.h:1046: warning: initialization discards qualifiers from pointer target type
keylabels.h:1047: warning: initialization discards qualifiers from pointer target type
keylabels.h:1048: warning: initialization discards qualifiers from pointer target type
keylabels.h:1049: warning: initialization discards qualifiers from pointer target type
keylabels.h:1050: warning: initialization discards qualifiers from pointer target type
keylabels.h:1051: warning: initialization discards qualifiers from pointer target type
keylabels.h:1052: warning: initialization discards qualifiers from pointer target type
keylabels.h:1053: warning: initialization discards qualifiers from pointer target type
keylabels.h:1054: warning: initialization discards qualifiers from pointer target type
keylabels.h:1055: warning: initialization discards qualifiers from pointer target type
keylabels.h:1056: warning: initialization discards qualifiers from pointer target type
keylabels.h:1057: warning: initialization discards qualifiers from pointer target type
keylabels.h:1058: warning: initialization discards qualifiers from pointer target type
keylabels.h:1059: warning: initialization discards qualifiers from pointer target type
keylabels.h:1060: warning: initialization discards qualifiers from pointer target type
keylabels.h:1061: warning: initialization discards qualifiers from pointer target type
keylabels.h:1062: warning: initialization discards qualifiers from pointer target type
keylabels.h:1063: warning: initialization discards qualifiers from pointer target type
keylabels.h:1064: warning: initialization discards qualifiers from pointer target type
keylabels.h:1065: warning: initialization discards qualifiers from pointer target type
keylabels.h:1066: warning: initialization discards qualifiers from pointer target type
keylabels.h:1067: warning: initialization discards qualifiers from pointer target type
keylabels.h:1068: warning: initialization discards qualifiers from pointer target type
keylabels.h:1069: warning: initialization discards qualifiers from pointer target type
keylabels.h:1070: warning: initialization discards qualifiers from pointer target type
keylabels.h:1071: warning: initialization discards qualifiers from pointer target type
keylabels.h:1072: warning: initialization discards qualifiers from pointer target type
keylabels.h:1073: warning: initialization discards qualifiers from pointer target type
keylabels.h:1074: warning: initialization discards qualifiers from pointer target type
keylabels.h:1075: warning: initialization discards qualifiers from pointer target type
keylabels.h:1076: warning: initialization discards qualifiers from pointer target type
keylabels.h:1077: warning: initialization discards qualifiers from pointer target type
keylabels.h:1078: warning: initialization discards qualifiers from pointer target type
keylabels.h:1079: warning: initialization discards qualifiers from pointer target type
keylabels.h:1080: warning: initialization discards qualifiers from pointer target type
keylabels.h:1081: warning: initialization discards qualifiers from pointer target type
keylabels.h:1082: warning: initialization discards qualifiers from pointer target type
keylabels.h:1083: warning: initialization discards qualifiers from pointer target type
keylabels.h:1084: warning: initialization discards qualifiers from pointer target type
keylabels.h:1085: warning: initialization discards qualifiers from pointer target type
keylabels.h:1086: warning: initialization discards qualifiers from pointer target type
keylabels.h:1087: warning: initialization discards qualifiers from pointer target type
keylabels.h:1088: warning: initialization discards qualifiers from pointer target type
keylabels.h:1089: warning: initialization discards qualifiers from pointer target type
keylabels.h:1090: warning: initialization discards qualifiers from pointer target type
keylabels.h:1091: warning: initialization discards qualifiers from pointer target type
keylabels.h:1092: warning: initialization discards qualifiers from pointer target type
keylabels.h:1093: warning: initialization discards qualifiers from pointer target type
keylabels.h:1094: warning: initialization discards qualifiers from pointer target type
keylabels.h:1095: warning: initialization discards qualifiers from pointer target type
keylabels.h:1096: warning: initialization discards qualifiers from pointer target type
keylabels.h:1097: warning: initialization discards qualifiers from pointer target type
keylabels.h:1098: warning: initialization discards qualifiers from pointer target type
keylabels.h:1099: warning: initialization discards qualifiers from pointer target type
keylabels.h:1100: warning: initialization discards qualifiers from pointer target type
keylabels.h:1101: warning: initialization discards qualifiers from pointer target type
keylabels.h:1102: warning: initialization discards qualifiers from pointer target type
keylabels.h:1103: warning: initialization discards qualifiers from pointer target type
keylabels.h:1104: warning: initialization discards qualifiers from pointer target type
keylabels.h:1105: warning: initialization discards qualifiers from pointer target type
keylabels.h:1106: warning: initialization discards qualifiers from pointer target type
keylabels.h:1107: warning: initialization discards qualifiers from pointer target type
keylabels.h:1108: warning: initialization discards qualifiers from pointer target type
keylabels.h:1109: warning: initialization discards qualifiers from pointer target type
keylabels.h:1110: warning: initialization discards qualifiers from pointer target type
keylabels.h:1111: warning: initialization discards qualifiers from pointer target type
keylabels.h:1112: warning: initialization discards qualifiers from pointer target type
keylabels.h:1113: warning: initialization discards qualifiers from pointer target type
keylabels.h:1114: warning: initialization discards qualifiers from pointer target type
keylabels.h:1115: warning: initialization discards qualifiers from pointer target type
keylabels.h:1116: warning: initialization discards qualifiers from pointer target type
keylabels.h:1117: warning: initialization discards qualifiers from pointer target type
keylabels.h:1118: warning: initialization discards qualifiers from pointer target type
keylabels.h:1119: warning: initialization discards qualifiers from pointer target type
keylabels.h:1120: warning: initialization discards qualifiers from pointer target type
keylabels.h:1121: warning: initialization discards qualifiers from pointer target type
keylabels.h:1122: warning: initialization discards qualifiers from pointer target type
keylabels.h:1123: warning: initialization discards qualifiers from pointer target type
keylabels.h:1124: warning: initialization discards qualifiers from pointer target type
keylabels.h:1125: warning: initialization discards qualifiers from pointer target type
keylabels.h:1126: warning: initialization discards qualifiers from pointer target type
keylabels.h:1127: warning: initialization discards qualifiers from pointer target type
keylabels.h:1128: warning: initialization discards qualifiers from pointer target type
keylabels.h:1129: warning: initialization discards qualifiers from pointer target type
keylabels.h:1130: warning: initialization discards qualifiers from pointer target type
keylabels.h:1131: warning: initialization discards qualifiers from pointer target type
keylabels.h:1132: warning: initialization discards qualifiers from pointer target type
keylabels.h:1133: warning: initialization discards qualifiers from pointer target type
keylabels.h:1134: warning: initialization discards qualifiers from pointer target type
keylabels.h:1135: warning: initialization discards qualifiers from pointer target type
keylabels.h:1136: warning: initialization discards qualifiers from pointer target type
keylabels.h:1137: warning: initialization discards qualifiers from pointer target type
keylabels.h:1138: warning: initialization discards qualifiers from pointer target type
keylabels.h:1139: warning: initialization discards qualifiers from pointer target type
keylabels.h:1140: warning: initialization discards qualifiers from pointer target type
keylabels.h:1141: warning: initialization discards qualifiers from pointer target type
keylabels.h:1142: warning: initialization discards qualifiers from pointer target type
keylabels.h:1143: warning: initialization discards qualifiers from pointer target type
keylabels.h:1144: warning: initialization discards qualifiers from pointer target type
keylabels.h:1145: warning: initialization discards qualifiers from pointer target type
keylabels.h:1146: warning: initialization discards qualifiers from pointer target type
keylabels.h:1147: warning: initialization discards qualifiers from pointer target type
keylabels.h:1148: warning: initialization discards qualifiers from pointer target type
keylabels.h:1149: warning: initialization discards qualifiers from pointer target type
keylabels.h:1150: warning: initialization discards qualifiers from pointer target type
keylabels.h:1151: warning: initialization discards qualifiers from pointer target type
keylabels.h:1152: warning: initialization discards qualifiers from pointer target type
keylabels.h:1153: warning: initialization discards qualifiers from pointer target type
keylabels.h:1154: warning: initialization discards qualifiers from pointer target type
keylabels.h:1155: warning: initialization discards qualifiers from pointer target type
keylabels.h:1156: warning: initialization discards qualifiers from pointer target type
keylabels.h:1157: warning: initialization discards qualifiers from pointer target type
keylabels.h:1158: warning: initialization discards qualifiers from pointer target type
keylabels.h:1159: warning: initialization discards qualifiers from pointer target type
keylabels.h:1160: warning: initialization discards qualifiers from pointer target type
keylabels.h:1161: warning: initialization discards qualifiers from pointer target type
keylabels.h:1162: warning: initialization discards qualifiers from pointer target type
keylabels.h:1163: warning: initialization discards qualifiers from pointer target type
keylabels.h:1164: warning: initialization discards qualifiers from pointer target type
keylabels.h:1165: warning: initialization discards qualifiers from pointer target type
keylabels.h:1166: warning: initialization discards qualifiers from pointer target type
keylabels.h:1167: warning: initialization discards qualifiers from pointer target type
keylabels.h:1168: warning: initialization discards qualifiers from pointer target type
keylabels.h:1169: warning: initialization discards qualifiers from pointer target type
keylabels.h:1170: warning: initialization discards qualifiers from pointer target type
keylabels.h:1171: warning: initialization discards qualifiers from pointer target type
keylabels.h:1172: warning: initialization discards qualifiers from pointer target type
keylabels.h:1173: warning: initialization discards qualifiers from pointer target type
keylabels.h:1174: warning: initialization discards qualifiers from pointer target type
keylabels.h:1175: warning: initialization discards qualifiers from pointer target type
keylabels.h:1176: warning: initialization discards qualifiers from pointer target type
keylabels.h:1177: warning: initialization discards qualifiers from pointer target type
keylabels.h:1178: warning: initialization discards qualifiers from pointer target type
keylabels.h:1179: warning: initialization discards qualifiers from pointer target type
keylabels.h:1180: warning: initialization discards qualifiers from pointer target type
keylabels.h:1181: warning: initialization discards qualifiers from pointer target type
keylabels.h:1182: warning: initialization discards qualifiers from pointer target type
keylabels.h:1183: warning: initialization discards qualifiers from pointer target type
keylabels.h:1184: warning: initialization discards qualifiers from pointer target type
keylabels.h:1185: warning: initialization discards qualifiers from pointer target type
keylabels.h:1186: warning: initialization discards qualifiers from pointer target type
keylabels.h:1187: warning: initialization discards qualifiers from pointer target type
keylabels.h:1188: warning: initialization discards qualifiers from pointer target type
keylabels.h:1189: warning: initialization discards qualifiers from pointer target type
keylabels.h:1190: warning: initialization discards qualifiers from pointer target type
keylabels.h:1191: warning: initialization discards qualifiers from pointer target type
keylabels.h:1192: warning: initialization discards qualifiers from pointer target type
keylabels.h:1193: warning: initialization discards qualifiers from pointer target type
keylabels.h:1194: warning: initialization discards qualifiers from pointer target type
keylabels.h:1195: warning: initialization discards qualifiers from pointer target type
keylabels.h:1196: warning: initialization discards qualifiers from pointer target type
keylabels.h:1197: warning: initialization discards qualifiers from pointer target type
keylabels.h:1198: warning: initialization discards qualifiers from pointer target type
keylabels.h:1199: warning: initialization discards qualifiers from pointer target type
keylabels.h:1200: warning: initialization discards qualifiers from pointer target type
keylabels.h:1201: warning: initialization discards qualifiers from pointer target type
keylabels.h:1202: warning: initialization discards qualifiers from pointer target type
keylabels.h:1203: warning: initialization discards qualifiers from pointer target type
keylabels.h:1204: warning: initialization discards qualifiers from pointer target type
keylabels.h:1205: warning: initialization discards qualifiers from pointer target type
keylabels.h:1206: warning: initialization discards qualifiers from pointer target type
keylabels.h:1207: warning: initialization discards qualifiers from pointer target type
keylabels.h:1208: warning: initialization discards qualifiers from pointer target type
keylabels.h:1209: warning: initialization discards qualifiers from pointer target type
keylabels.h:1210: warning: initialization discards qualifiers from pointer target type
keylabels.h:1211: warning: initialization discards qualifiers from pointer target type
keylabels.h:1212: warning: initialization discards qualifiers from pointer target type
keylabels.h:1213: warning: initialization discards qualifiers from pointer target type
keylabels.h:1214: warning: initialization discards qualifiers from pointer target type
keylabels.h:1215: warning: initialization discards qualifiers from pointer target type
keylabels.h:1216: warning: initialization discards qualifiers from pointer target type
keylabels.h:1217: warning: initialization discards qualifiers from pointer target type
keylabels.h:1218: warning: initialization discards qualifiers from pointer target type
keylabels.h:1219: warning: initialization discards qualifiers from pointer target type
keylabels.h:1220: warning: initialization discards qualifiers from pointer target type
keylabels.h:1221: warning: initialization discards qualifiers from pointer target type
keylabels.h:1222: warning: initialization discards qualifiers from pointer target type
keylabels.h:1223: warning: initialization discards qualifiers from pointer target type
keylabels.h:1224: warning: initialization discards qualifiers from pointer target type
keylabels.h:1225: warning: initialization discards qualifiers from pointer target type
keylabels.h:1226: warning: initialization discards qualifiers from pointer target type
keylabels.h:1227: warning: initialization discards qualifiers from pointer target type
keylabels.h:1228: warning: initialization discards qualifiers from pointer target type
keylabels.h:1229: warning: initialization discards qualifiers from pointer target type
keylabels.h:1230: warning: initialization discards qualifiers from pointer target type
keylabels.h:1231: warning: initialization discards qualifiers from pointer target type
keylabels.h:1232: warning: initialization discards qualifiers from pointer target type
keylabels.h:1233: warning: initialization discards qualifiers from pointer target type
keylabels.h:1234: warning: initialization discards qualifiers from pointer target type
keylabels.h:1235: warning: initialization discards qualifiers from pointer target type
keylabels.h:1236: warning: initialization discards qualifiers from pointer target type
keylabels.h:1237: warning: initialization discards qualifiers from pointer target type
keylabels.h:1238: warning: initialization discards qualifiers from pointer target type
keylabels.h:1239: warning: initialization discards qualifiers from pointer target type
keylabels.h:1240: warning: initialization discards qualifiers from pointer target type
keylabels.h:1241: warning: initialization discards qualifiers from pointer target type
keylabels.h:1242: warning: initialization discards qualifiers from pointer target type
keylabels.h:1243: warning: initialization discards qualifiers from pointer target type
keylabels.h:1244: warning: initialization discards qualifiers from pointer target type
keylabels.h:1245: warning: initialization discards qualifiers from pointer target type
keylabels.h:1246: warning: initialization discards qualifiers from pointer target type
keylabels.h:1247: warning: initialization discards qualifiers from pointer target type
keylabels.h:1248: warning: initialization discards qualifiers from pointer target type
keylabels.h:1249: warning: initialization discards qualifiers from pointer target type
keylabels.h:1250: warning: initialization discards qualifiers from pointer target type
keylabels.h:1251: warning: initialization discards qualifiers from pointer target type
keylabels.h:1252: warning: initialization discards qualifiers from pointer target type
keylabels.h:1253: warning: initialization discards qualifiers from pointer target type
keylabels.h:1254: warning: initialization discards qualifiers from pointer target type
keylabels.h:1255: warning: initialization discards qualifiers from pointer target type
keylabels.h:1256: warning: initialization discards qualifiers from pointer target type
keylabels.h:1257: warning: initialization discards qualifiers from pointer target type
keylabels.h:1258: warning: initialization discards qualifiers from pointer target type
keylabels.h:1259: warning: initialization discards qualifiers from pointer target type
keylabels.h:1260: warning: initialization discards qualifiers from pointer target type
keylabels.h:1261: warning: initialization discards qualifiers from pointer target type
keylabels.h:1262: warning: initialization discards qualifiers from pointer target type
keylabels.h:1263: warning: initialization discards qualifiers from pointer target type
keylabels.h:1264: warning: initialization discards qualifiers from pointer target type
keylabels.h:1265: warning: initialization discards qualifiers from pointer target type
keylabels.h:1266: warning: initialization discards qualifiers from pointer target type
keylabels.h:1267: warning: initialization discards qualifiers from pointer target type
keylabels.h:1268: warning: initialization discards qualifiers from pointer target type
keylabels.h:1269: warning: initialization discards qualifiers from pointer target type
keylabels.h:1270: warning: initialization discards qualifiers from pointer target type
keylabels.h:1271: warning: initialization discards qualifiers from pointer target type
keylabels.h:1272: warning: initialization discards qualifiers from pointer target type
keylabels.h:1273: warning: initialization discards qualifiers from pointer target type
keylabels.h:1274: warning: initialization discards qualifiers from pointer target type
keylabels.h:1275: warning: initialization discards qualifiers from pointer target type
keylabels.h:1276: warning: initialization discards qualifiers from pointer target type
keylabels.h:1277: warning: initialization discards qualifiers from pointer target type
keylabels.h:1278: warning: initialization discards qualifiers from pointer target type
keylabels.h:1279: warning: initialization discards qualifiers from pointer target type
keylabels.h:1280: warning: initialization discards qualifiers from pointer target type
keylabels.h:1281: warning: initialization discards qualifiers from pointer target type
keylabels.h:1282: warning: initialization discards qualifiers from pointer target type
keylabels.h:1283: warning: initialization discards qualifiers from pointer target type
keylabels.h:1284: warning: initialization discards qualifiers from pointer target type
keylabels.h:1285: warning: initialization discards qualifiers from pointer target type
keylabels.h:1286: warning: initialization discards qualifiers from pointer target type
keylabels.h:1287: warning: initialization discards qualifiers from pointer target type
keylabels.h:1288: warning: initialization discards qualifiers from pointer target type
keylabels.h:1289: warning: initialization discards qualifiers from pointer target type
keylabels.h:1290: warning: initialization discards qualifiers from pointer target type
keylabels.h:1291: warning: initialization discards qualifiers from pointer target type
keylabels.h:1292: warning: initialization discards qualifiers from pointer target type
keylabels.h:1293: warning: initialization discards qualifiers from pointer target type
keylabels.h:1294: warning: initialization discards qualifiers from pointer target type
keylabels.h:1295: warning: initialization discards qualifiers from pointer target type
keylabels.h:1296: warning: initialization discards qualifiers from pointer target type
keylabels.h:1297: warning: initialization discards qualifiers from pointer target type
keylabels.h:1298: warning: initialization discards qualifiers from pointer target type
keylabels.h:1299: warning: initialization discards qualifiers from pointer target type
keylabels.h:1300: warning: initialization discards qualifiers from pointer target type
keylabels.h:1301: warning: initialization discards qualifiers from pointer target type
keylabels.h:1302: warning: initialization discards qualifiers from pointer target type
keylabels.h:1303: warning: initialization discards qualifiers from pointer target type
keylabels.h:1304: warning: initialization discards qualifiers from pointer target type
keylabels.h:1305: warning: initialization discards qualifiers from pointer target type
keylabels.h:1306: warning: initialization discards qualifiers from pointer target type
keylabels.h:1307: warning: initialization discards qualifiers from pointer target type
keylabels.h:1308: warning: initialization discards qualifiers from pointer target type
keylabels.h:1309: warning: initialization discards qualifiers from pointer target type
keylabels.h:1310: warning: initialization discards qualifiers from pointer target type
keylabels.h:1311: warning: initialization discards qualifiers from pointer target type
keylabels.h:1312: warning: initialization discards qualifiers from pointer target type
keylabels.h:1313: warning: initialization discards qualifiers from pointer target type
keylabels.h:1314: warning: initialization discards qualifiers from pointer target type
keylabels.h:1315: warning: initialization discards qualifiers from pointer target type
keylabels.h:1316: warning: initialization discards qualifiers from pointer target type
keylabels.h:1317: warning: initialization discards qualifiers from pointer target type
keylabels.h:1318: warning: initialization discards qualifiers from pointer target type
keylabels.h:1319: warning: initialization discards qualifiers from pointer target type
keylabels.h:1320: warning: initialization discards qualifiers from pointer target type
keylabels.h:1321: warning: initialization discards qualifiers from pointer target type
keylabels.h:1322: warning: initialization discards qualifiers from pointer target type
keylabels.h:1323: warning: initialization discards qualifiers from pointer target type
keylabels.h:1324: warning: initialization discards qualifiers from pointer target type
keylabels.h:1325: warning: initialization discards qualifiers from pointer target type
keylabels.h:1326: warning: initialization discards qualifiers from pointer target type
keylabels.h:1327: warning: initialization discards qualifiers from pointer target type
keylabels.h:1328: warning: initialization discards qualifiers from pointer target type
keylabels.h:1329: warning: initialization discards qualifiers from pointer target type
keylabels.h:1330: warning: initialization discards qualifiers from pointer target type
keylabels.h:1331: warning: initialization discards qualifiers from pointer target type
keylabels.h:1332: warning: initialization discards qualifiers from pointer target type
keylabels.h:1333: warning: initialization discards qualifiers from pointer target type
keylabels.h:1334: warning: initialization discards qualifiers from pointer target type
keylabels.h:1335: warning: initialization discards qualifiers from pointer target type
keylabels.h:1336: warning: initialization discards qualifiers from pointer target type
keylabels.h:1337: warning: initialization discards qualifiers from pointer target type
keylabels.h:1338: warning: initialization discards qualifiers from pointer target type
gnibbles.c: In function ‘gnibbles_load_pixmap’:
gnibbles.c:189: warning: initialization discards qualifiers from pointer target type
gnibbles.c:190: warning: initialization discards qualifiers from pointer target type
gnibbles.c:191: warning: initialization discards qualifiers from pointer target type
gnibbles.c:192: warning: initialization discards qualifiers from pointer target type
gnibbles.c:193: warning: initialization discards qualifiers from pointer target type
gnibbles.c:194: warning: initialization discards qualifiers from pointer target type
gnibbles.c:195: warning: initialization discards qualifiers from pointer target type
gnibbles.c:196: warning: initialization discards qualifiers from pointer target type
gnibbles.c:198: warning: initialization discards qualifiers from pointer target type
gnibbles.c:200: warning: initialization discards qualifiers from pointer target type
gnibbles.c:201: warning: initialization discards qualifiers from pointer target type
gnibbles.c:202: warning: initialization discards qualifiers from pointer target type
gnibbles.c:203: warning: initialization discards qualifiers from pointer target type
gnibbles.c:204: warning: initialization discards qualifiers from pointer target type
gnibbles.c:205: warning: initialization discards qualifiers from pointer target type
gnibbles.c:206: warning: initialization discards qualifiers from pointer target type
gnibbles.c:207: warning: initialization discards qualifiers from pointer target type
gnibbles.c:208: warning: initialization discards qualifiers from pointer target type
gnibbles.c:209: warning: initialization discards qualifiers from pointer target type
gnibbles.c:210: warning: initialization discards qualifiers from pointer target type
gnibbles.c:211: warning: initialization discards qualifiers from pointer target type
gnibbles.c:212: warning: initialization discards qualifiers from pointer target type
gnibbles.c:213: warning: initialization discards qualifiers from pointer target type
gnibbles.c:214: warning: initialization discards qualifiers from pointer target type
gnibbles.c:215: warning: initialization discards qualifiers from pointer target type
gnibbles.c:216: warning: initialization discards qualifiers from pointer target type
gnibbles.c:217: warning: initialization discards qualifiers from pointer target type
gnibbles.c:219: warning: initialization discards qualifiers from pointer target type
properties.c:46: warning: initialization discards qualifiers from pointer target type
properties.c:47: warning: initialization discards qualifiers from pointer target type
properties.c:48: warning: initialization discards qualifiers from pointer target type
properties.c:49: warning: initialization discards qualifiers from pointer target type
properties.c:50: warning: initialization discards qualifiers from pointer target type
properties.c:51: warning: initialization discards qualifiers from pointer target type
properties.c:52: warning: initialization discards qualifiers from pointer target type
properties.c: In function ‘colorval_name’:
properties.c:76: warning: return discards qualifiers from pointer target type
main.c:67: warning: initialization discards qualifiers from pointer target type
main.c:67: warning: initialization discards qualifiers from pointer target type
main.c:68: warning: initialization discards qualifiers from pointer target type
main.c:68: warning: initialization discards qualifiers from pointer target type
main.c:69: warning: initialization discards qualifiers from pointer target type
main.c:69: warning: initialization discards qualifiers from pointer target type
main.c:70: warning: initialization discards qualifiers from pointer target type
main.c:70: warning: initialization discards qualifiers from pointer target type
main.c:71: warning: initialization discards qualifiers from pointer target type
main.c:71: warning: initialization discards qualifiers from pointer target type
main.c:72: warning: initialization discards qualifiers from pointer target type
main.c:72: warning: initialization discards qualifiers from pointer target type
main.c:73: warning: initialization discards qualifiers from pointer target type
main.c:73: warning: initialization discards qualifiers from pointer target type
main.c:74: warning: initialization discards qualifiers from pointer target type
main.c:74: warning: initialization discards qualifiers from pointer target type

-Wmissing-prototypes

TBD

Attic/CompilerWarnings (last edited 2014-09-05 14:36:53 by SvitozarCherepii)