=> Bootstrap dependency digest>=20211023: found digest-20220214
===> Building for simutrans-121.0nb10
===> HOSTCXX clipboard_internal.cc
===> HOSTCXX bauer/brueckenbauer.cc
===> HOSTCXX bauer/fabrikbauer.cc
===> HOSTCXX bauer/goods_manager.cc
===> HOSTCXX bauer/hausbauer.cc
===> HOSTCXX bauer/tunnelbauer.cc
===> HOSTCXX bauer/vehikelbauer.cc
bauer/vehikelbauer.cc:586:21: warning: '&&' within '||' [-Wlogical-op-parentheses]
                                !allow_obsolete && vehicle_descriptor->is_retired(month_now))) {
                                ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
bauer/vehikelbauer.cc:586:21: note: place parentheses around the '&&' expression to silence this warning
                                !allow_obsolete && vehicle_descriptor->is_retired(month_now))) {
                                                ^
                                (                                                           )
bauer/vehikelbauer.cc:584:17: warning: '&&' within '||' [-Wlogical-op-parentheses]
                        use_timeline && (
                        ~~~~~~~~~~~~~^~~~
bauer/vehikelbauer.cc:584:17: note: place parentheses around the '&&' expression to silence this warning
                        use_timeline && (
                                     ^
                        (
2 warnings generated.
===> HOSTCXX bauer/wegbauer.cc
===> HOSTCXX boden/boden.cc
===> HOSTCXX boden/brueckenboden.cc
===> HOSTCXX boden/fundament.cc
===> HOSTCXX boden/grund.cc
===> HOSTCXX boden/monorailboden.cc
===> HOSTCXX boden/tunnelboden.cc
===> HOSTCXX boden/wasser.cc
===> HOSTCXX boden/wege/kanal.cc
===> HOSTCXX boden/wege/maglev.cc
===> HOSTCXX boden/wege/monorail.cc
===> HOSTCXX boden/wege/narrowgauge.cc
===> HOSTCXX boden/wege/runway.cc
===> HOSTCXX boden/wege/schiene.cc
===> HOSTCXX boden/wege/strasse.cc
===> HOSTCXX boden/wege/weg.cc
===> HOSTCXX dataobj/crossing_logic.cc
===> HOSTCXX dataobj/environment.cc
===> HOSTCXX dataobj/freelist.cc
dataobj/freelist.cc:114:28: warning: cast from 'char *' to 'nodelist_node_t *' increases required alignment from 1 to 8 [-Wcast-align]
                nodelist_node_t *chunk = (nodelist_node_t *)p;
                                         ^~~~~~~~~~~~~~~~~~~~
dataobj/freelist.cc:128:27: warning: cast from 'char *' to 'nodelist_node_t *' increases required alignment from 1 to 8 [-Wcast-align]
                        nodelist_node_t *tmp = (nodelist_node_t *)(p+i*size);
                                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
===> HOSTCXX dataobj/gameinfo.cc
===> HOSTCXX dataobj/height_map_loader.cc
===> HOSTCXX dataobj/koord.cc
===> HOSTCXX dataobj/koord3d.cc
===> HOSTCXX dataobj/loadsave.cc
===> HOSTCXX dataobj/marker.cc
===> HOSTCXX dataobj/objlist.cc
===> HOSTCXX dataobj/powernet.cc
===> HOSTCXX dataobj/records.cc
===> HOSTCXX dataobj/rect.cc
===> HOSTCXX dataobj/ribi.cc
===> HOSTCXX dataobj/route.cc
===> HOSTCXX dataobj/scenario.cc
===> HOSTCXX dataobj/schedule.cc
===> HOSTCXX dataobj/settings.cc
===> HOSTCXX dataobj/tabfile.cc
===> HOSTCXX dataobj/translator.cc
===> HOSTCXX descriptor/bridge_desc.cc
===> HOSTCXX descriptor/building_desc.cc
===> HOSTCXX descriptor/factory_desc.cc
===> HOSTCXX descriptor/goods_desc.cc
===> HOSTCXX descriptor/ground_desc.cc
===> HOSTCXX descriptor/image.cc
===> HOSTCXX descriptor/obj_base_desc.cc
===> HOSTCXX descriptor/reader/bridge_reader.cc
===> HOSTCXX descriptor/reader/building_reader.cc
===> HOSTCXX descriptor/reader/citycar_reader.cc
===> HOSTCXX descriptor/reader/crossing_reader.cc
===> HOSTCXX descriptor/reader/factory_reader.cc
===> HOSTCXX descriptor/reader/good_reader.cc
===> HOSTCXX descriptor/reader/ground_reader.cc
===> HOSTCXX descriptor/reader/groundobj_reader.cc
===> HOSTCXX descriptor/reader/image_reader.cc
===> HOSTCXX descriptor/reader/imagelist2d_reader.cc
===> HOSTCXX descriptor/reader/imagelist_reader.cc
===> HOSTCXX descriptor/reader/obj_reader.cc
===> HOSTCXX descriptor/reader/pedestrian_reader.cc
===> HOSTCXX descriptor/reader/roadsign_reader.cc
===> HOSTCXX descriptor/reader/root_reader.cc
===> HOSTCXX descriptor/reader/sim_reader.cc
===> HOSTCXX descriptor/reader/skin_reader.cc
===> HOSTCXX descriptor/reader/sound_reader.cc
===> HOSTCXX descriptor/reader/text_reader.cc
===> HOSTCXX descriptor/reader/tree_reader.cc
===> HOSTCXX descriptor/reader/tunnel_reader.cc
===> HOSTCXX descriptor/reader/vehicle_reader.cc
===> HOSTCXX descriptor/reader/way_obj_reader.cc
===> HOSTCXX descriptor/reader/way_reader.cc
===> HOSTCXX descriptor/reader/xref_reader.cc
===> HOSTCXX descriptor/sound_desc.cc
===> HOSTCXX descriptor/tunnel_desc.cc
===> HOSTCXX descriptor/vehicle_desc.cc
===> HOSTCXX descriptor/way_desc.cc
===> HOSTCXX display/font.cc
===> HOSTCXX display/simgraph16.cc
display/simgraph16.cc:1504:49: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'PIXVAL *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                                rezoom_baseimage2[n % env_t::num_threads] = (PIXVAL *)MALLOCN( uint8, new_size );
                                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display/simgraph16.cc:1796:11: warning: cast from 'uint8 *' (aka 'unsigned char *') to 'PIXVAL *' (aka 'unsigned short *') increases required alignment from 1 to 2 [-Wcast-align]
                        dest = (PIXVAL*)rezoom_baseimage[n % env_t::num_threads];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
display/simgraph16.cc:2481:20: warning: cast from 'PIXVAL *' (aka 'unsigned short *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 2 to 4 [-Wcast-align]
                                                uint32 *ld = (uint32 *)p;
                                                             ^~~~~~~~~~~
display/simgraph16.cc:4027:17: warning: cast from 'PIXVAL *' (aka 'unsigned short *') to 'uint32 *' (aka 'unsigned int *') increases required alignment from 2 to 4 [-Wcast-align]
                        uint32 *lp = (uint32 *)p;
                                     ^~~~~~~~~~~
4 warnings generated.
===> HOSTCXX display/simview.cc
===> HOSTCXX display/viewport.cc
===> HOSTCXX finder/placefinder.cc
===> HOSTCXX freight_list_sorter.cc
===> HOSTCXX gui/ai_option_t.cc
===> HOSTCXX gui/ai_selector.cc
===> HOSTCXX gui/banner.cc
In file included from gui/banner.cc:199:
gui/../scrolltext.h:28:12: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
" Andreas R<F6>ver","patches",
           ^~~~
gui/../scrolltext.h:51:8: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
" Hansj<F6>rg Malthaner","",
       ^~~~
gui/../scrolltext.h:71:8: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
" Hansj<F6>rg Malthaner","German",
       ^~~~
gui/../scrolltext.h:75:4: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
" R<E9>mi Denis-Courmont","French",
   ^~~~
gui/../scrolltext.h:78:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
" Roman Schw<F6>rer","French & German",
            ^~~~
gui/../scrolltext.h:82:13: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
" Susanna Bj<F6>rverud", "Swedish",
            ^~~~
6 warnings generated.
===> HOSTCXX gui/base_info.cc
===> HOSTCXX gui/baum_edit.cc
===> HOSTCXX gui/city_info.cc
===> HOSTCXX gui/citybuilding_edit.cc
===> HOSTCXX gui/citylist_frame_t.cc
===> HOSTCXX gui/citylist_stats_t.cc
===> HOSTCXX gui/climates.cc
===> HOSTCXX gui/components/gui_aligned_container.cc
===> HOSTCXX gui/components/gui_building.cc
===> HOSTCXX gui/components/gui_button.cc
===> HOSTCXX gui/components/gui_button_to_chart.cc
===> HOSTCXX gui/components/gui_chart.cc
===> HOSTCXX gui/components/gui_colorbox.cc
===> HOSTCXX gui/components/gui_combobox.cc
===> HOSTCXX gui/components/gui_container.cc
===> HOSTCXX gui/components/gui_convoiinfo.cc
===> HOSTCXX gui/components/gui_divider.cc
===> HOSTCXX gui/components/gui_fixedwidth_textarea.cc
===> HOSTCXX gui/components/gui_flowtext.cc
===> HOSTCXX gui/components/gui_image.cc
===> HOSTCXX gui/components/gui_image_list.cc
===> HOSTCXX gui/components/gui_component.cc
===> HOSTCXX gui/components/gui_label.cc
===> HOSTCXX gui/components/gui_map_preview.cc
===> HOSTCXX gui/components/gui_numberinput.cc
===> HOSTCXX gui/components/gui_obj_view_t.cc
===> HOSTCXX gui/components/gui_scrollbar.cc
===> HOSTCXX gui/components/gui_scrolled_list.cc
===> HOSTCXX gui/components/gui_scrollpane.cc
===> HOSTCXX gui/components/gui_speedbar.cc
===> HOSTCXX gui/components/gui_tab_panel.cc
===> HOSTCXX gui/components/gui_textarea.cc
===> HOSTCXX gui/components/gui_textinput.cc
===> HOSTCXX gui/components/gui_world_view_t.cc
===> HOSTCXX gui/convoi_detail_t.cc
===> HOSTCXX gui/convoi_filter_frame.cc
===> HOSTCXX gui/convoi_frame.cc
===> HOSTCXX gui/convoi_info_t.cc
===> HOSTCXX gui/convoy_item.cc
===> HOSTCXX gui/curiosity_edit.cc
===> HOSTCXX gui/curiositylist_frame_t.cc
===> HOSTCXX gui/curiositylist_stats_t.cc
===> HOSTCXX gui/depot_frame.cc
===> HOSTCXX gui/display_settings.cc
In file included from gui/display_settings.cc:13:
gui/display_settings.h:28:40: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
        virtual void draw( scr_coord offset ) override;
                                              ^
gui/display_settings.h:39:73: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
        virtual bool action_triggered( gui_action_creator_t *comp, value_t v ) override;
                                                                               ^
2 warnings generated.
===> HOSTCXX gui/enlarge_map_frame_t.cc
===> HOSTCXX gui/extend_edit.cc
===> HOSTCXX gui/fabrik_info.cc
===> HOSTCXX gui/factory_chart.cc
===> HOSTCXX gui/factory_edit.cc
===> HOSTCXX gui/factorylist_frame_t.cc
===> HOSTCXX gui/factorylist_stats_t.cc
===> HOSTCXX gui/goods_frame_t.cc
===> HOSTCXX gui/goods_stats_t.cc
===> HOSTCXX gui/ground_info.cc
===> HOSTCXX gui/gui_frame.cc
===> HOSTCXX gui/gui_theme.cc
===> HOSTCXX gui/halt_info.cc
gui/halt_info.cc:613:23: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                        lb->buf().append(" <B7>");
                                           ^~~~
1 warning generated.
===> HOSTCXX gui/halt_list_filter_frame.cc
===> HOSTCXX gui/halt_list_frame.cc
===> HOSTCXX gui/halt_list_stats.cc
===> HOSTCXX gui/headquarter_info.cc
===> HOSTCXX gui/help_frame.cc
===> HOSTCXX gui/jump_frame.cc
===> HOSTCXX gui/minimap.cc
===> HOSTCXX gui/kennfarbe.cc
===> HOSTCXX gui/label_info.cc
===> HOSTCXX gui/labellist_frame_t.cc
===> HOSTCXX gui/labellist_stats_t.cc
===> HOSTCXX gui/line_item.cc
===> HOSTCXX gui/line_management_gui.cc
===> HOSTCXX gui/load_relief_frame.cc
===> HOSTCXX gui/loadfont_frame.cc
===> HOSTCXX gui/loadsave_frame.cc
===> HOSTCXX gui/map_frame.cc
===> HOSTCXX gui/message_frame_t.cc
===> HOSTCXX gui/message_option_t.cc
===> HOSTCXX gui/message_stats_t.cc
===> HOSTCXX gui/messagebox.cc
===> HOSTCXX gui/money_frame.cc
===> HOSTCXX gui/obj_info.cc
===> HOSTCXX gui/optionen.cc
In file included from gui/optionen.cc:22:
gui/display_settings.h:28:40: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
        virtual void draw( scr_coord offset ) override;
                                              ^
gui/display_settings.h:39:73: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
        virtual bool action_triggered( gui_action_creator_t *comp, value_t v ) override;
                                                                               ^
2 warnings generated.
===> HOSTCXX gui/pakselector.cc
===> HOSTCXX gui/password_frame.cc
===> HOSTCXX gui/player_frame_t.cc
===> HOSTCXX gui/privatesign_info.cc
===> HOSTCXX gui/savegame_frame.cc
===> HOSTCXX gui/scenario_frame.cc
===> HOSTCXX gui/scenario_info.cc
===> HOSTCXX gui/schedule_gui.cc
===> HOSTCXX gui/schedule_list.cc
===> HOSTCXX gui/server_frame.cc
===> HOSTCXX gui/settings_frame.cc
===> HOSTCXX gui/settings_stats.cc
===> HOSTCXX gui/signal_spacing.cc
===> HOSTCXX gui/simwin.cc
===> HOSTCXX gui/sound_frame.cc
===> HOSTCXX gui/sprachen.cc
===> HOSTCXX gui/station_building_select.cc
===> HOSTCXX gui/themeselector.cc
===> HOSTCXX gui/tool_selector.cc
===> HOSTCXX gui/trafficlight_info.cc
===> HOSTCXX gui/welt.cc
===> HOSTCXX network/checksum.cc
===> HOSTCXX network/memory_rw.cc
===> HOSTCXX network/network.cc
===> HOSTCXX network/network_address.cc
===> HOSTCXX network/network_cmd.cc
===> HOSTCXX network/network_cmd_ingame.cc
===> HOSTCXX network/network_cmd_scenario.cc
===> HOSTCXX network/network_cmp_pakset.cc
===> HOSTCXX network/network_file_transfer.cc
===> HOSTCXX network/network_packet.cc
===> HOSTCXX network/network_socket_list.cc
===> HOSTCXX network/pakset_info.cc
===> HOSTCXX network/pwd_hash.cc
===> HOSTCXX obj/baum.cc
===> HOSTCXX obj/bruecke.cc
===> HOSTCXX obj/crossing.cc
===> HOSTCXX obj/field.cc
===> HOSTCXX obj/gebaeude.cc
===> HOSTCXX obj/groundobj.cc
===> HOSTCXX obj/label.cc
===> HOSTCXX obj/leitung2.cc
===> HOSTCXX obj/pillar.cc
===> HOSTCXX obj/roadsign.cc
===> HOSTCXX obj/signal.cc
===> HOSTCXX obj/tunnel.cc
===> HOSTCXX obj/wayobj.cc
===> HOSTCXX obj/wolke.cc
===> HOSTCXX obj/zeiger.cc
===> HOSTCXX old_blockmanager.cc
===> HOSTCXX player/ai.cc
===> HOSTCXX player/ai_goods.cc
===> HOSTCXX player/ai_passenger.cc
===> HOSTCXX player/ai_scripted.cc
===> HOSTCXX player/finance.cc
===> HOSTCXX player/simplay.cc
===> HOSTCXX script/api/api_city.cc
===> HOSTCXX script/api/api_command.cc
===> HOSTCXX script/api/api_const.cc
===> HOSTCXX script/api/api_control.cc
===> HOSTCXX script/api/api_convoy.cc
===> HOSTCXX script/api/api_factory.cc
===> HOSTCXX script/api/api_gui.cc
===> HOSTCXX script/api/api_halt.cc
===> HOSTCXX script/api/api_include.cc
===> HOSTCXX script/api/api_line.cc
===> HOSTCXX script/api/api_map_objects.cc
===> HOSTCXX script/api/api_obj_desc.cc
===> HOSTCXX script/api/api_obj_desc_base.cc
===> HOSTCXX script/api/api_pathfinding.cc
===> HOSTCXX script/api/api_player.cc
===> HOSTCXX script/api/api_scenario.cc
===> HOSTCXX script/api/api_schedule.cc
===> HOSTCXX script/api/api_settings.cc
===> HOSTCXX script/api/api_simple.cc
===> HOSTCXX script/api/api_tiles.cc
===> HOSTCXX script/api/api_world.cc
===> HOSTCXX script/api/export_desc.cc
===> HOSTCXX script/api/get_next.cc
===> HOSTCXX script/api_class.cc
===> HOSTCXX script/api_function.cc
===> HOSTCXX script/api_param.cc
===> HOSTCXX script/dynamic_string.cc
===> HOSTCXX script/export_objs.cc
===> HOSTCXX script/script.cc
===> HOSTCXX simcity.cc
===> HOSTCXX simconvoi.cc
===> HOSTCXX simdebug.cc
===> HOSTCXX simdepot.cc
===> HOSTCXX simevent.cc
===> HOSTCXX simfab.cc
===> HOSTCXX simhalt.cc
===> HOSTCXX siminteraction.cc
siminteraction.cc:326:11: warning: variable 'unlocked_players' set but not used [-Wunused-but-set-variable]
                        uint16 unlocked_players = 0;
                               ^
1 warning generated.
===> HOSTCXX simintr.cc
===> HOSTCXX simio.cc
===> HOSTCXX simline.cc
===> HOSTCXX simlinemgmt.cc
===> HOSTCXX simloadingscreen.cc
===> HOSTCXX simmain.cc
simmain.cc:439:15: warning: illegal character encoding in string literal [-Winvalid-source-encoding]
                        "  by Hansj<F6>rg Malthaner et. al.\n"
                                   ^~~~
simmain.cc:87:13: warning: unused function 'show_sizes' [-Wunused-function]
static void show_sizes()
            ^
simmain.cc:118:13: warning: unused function 'show_times' [-Wunused-function]
static void show_times(karte_t *welt, main_view_t *view)
            ^
3 warnings generated.
===> HOSTCXX simmem.cc
===> HOSTCXX simmenu.cc
In file included from simmenu.cc:20:
In file included from ./simtool-dialogs.h:26:
./gui/display_settings.h:28:40: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
        virtual void draw( scr_coord offset ) override;
                                              ^
./gui/display_settings.h:39:73: warning: 'override' keyword is a C++11 extension [-Wc++11-extensions]
        virtual bool action_triggered( gui_action_creator_t *comp, value_t v ) override;
                                                                               ^
2 warnings generated.
===> HOSTCXX simmesg.cc
===> HOSTCXX simobj.cc
===> HOSTCXX simplan.cc
===> HOSTCXX simskin.cc
===> HOSTCXX simsound.cc
===> HOSTCXX simsys.cc
===> HOSTCXX simticker.cc
===> HOSTCXX simtool.cc
simtool.cc:2167:54: warning: cast from 'char *' to 'schedule_t *' increases required alignment from 1 to 8 [-Wcast-align]
        return tool_schedule_insert_aux( welt, player, pos, (schedule_t*)const_cast<char *>(default_param), true );
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
simtool.cc:2172:54: warning: cast from 'char *' to 'schedule_t *' increases required alignment from 1 to 8 [-Wcast-align]
        return tool_schedule_insert_aux( welt, player, pos, (schedule_t*)const_cast<char *>(default_param), false );
                                                            ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2 warnings generated.
===> HOSTCXX simware.cc
===> HOSTCXX simworld.cc
===> HOSTCXX squirrel/sq_extensions.cc
===> HOSTCXX squirrel/sqstdlib/sqstdaux.cc
===> HOSTCXX squirrel/sqstdlib/sqstdblob.cc
===> HOSTCXX squirrel/sqstdlib/sqstdio.cc
===> HOSTCXX squirrel/sqstdlib/sqstdmath.cc
===> HOSTCXX squirrel/sqstdlib/sqstdrex.cc
===> HOSTCXX squirrel/sqstdlib/sqstdstream.cc
===> HOSTCXX squirrel/sqstdlib/sqstdstring.cc
===> HOSTCXX squirrel/sqstdlib/sqstdsystem.cc
===> HOSTCXX squirrel/squirrel/sqapi.cc
In file included from squirrel/squirrel/sqapi.cc:9:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqbaselib.cc
In file included from squirrel/squirrel/sqbaselib.cc:9:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqclass.cc
In file included from squirrel/squirrel/sqclass.cc:8:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqcompiler.cc
In file included from squirrel/squirrel/sqcompiler.cc:11:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqdebug.cc
In file included from squirrel/squirrel/sqdebug.cc:7:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqfuncstate.cc
In file included from squirrel/squirrel/sqfuncstate.cc:8:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqlexer.cc
===> HOSTCXX squirrel/squirrel/sqmem.cc
===> HOSTCXX squirrel/squirrel/sqobject.cc
In file included from squirrel/squirrel/sqobject.cc:10:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqstate.cc
In file included from squirrel/squirrel/sqstate.cc:7:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
squirrel/squirrel/sqstate.cc:479:20: warning: variable 'nfound' set but not used [-Wunused-but-set-variable]
        SQUnsignedInteger nfound = 0;
                          ^
2 warnings generated.
===> HOSTCXX squirrel/squirrel/sqtable.cc
In file included from squirrel/squirrel/sqtable.cc:7:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX squirrel/squirrel/sqvm.cc
In file included from squirrel/squirrel/sqvm.cc:10:
squirrel/squirrel/sqfuncproto.h:79:18: warning: cast from 'SQInstruction *' to 'SQObjectPtr *' increases required alignment from 4 to 8 [-Wcast-align]
                f->_literals = (SQObjectPtr*)&f->_instructions[ninstructions];
                               ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.
===> HOSTCXX unicode.cc
===> HOSTCXX utils/cbuffer_t.cc
===> HOSTCXX utils/csv.cc
===> HOSTCXX utils/log.cc
===> HOSTCXX utils/searchfolder.cc
===> HOSTCXX utils/sha1.cc
===> HOSTCXX utils/simrandom.cc
===> HOSTCXX utils/simstring.cc
===> HOSTCXX utils/simthread.cc
===> HOSTCXX vehicle/movingobj.cc
===> HOSTCXX vehicle/simpeople.cc
===> HOSTCXX vehicle/simroadtraffic.cc
===> HOSTCXX vehicle/simvehicle.cc
===> HOSTCXX simsys_s2.cc
===> HOSTCXX sound/sdl_mixer_sound.cc
===> HOSTCXX music/sdl_midi.cc
===> LD  build/default/sim