Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/d/openttd ❯❯❯ make clean
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/lang'
- [LANG] Cleaning up language files
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/lang'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/setting'
- [SETTING] Cleaning up settings files
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/setting'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/extra_grf'
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/extra_grf'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/release'
- [SRC] Cleaning up object files
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/release'
- ~/d/openttd ❯❯❯ make mrproper
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/lang'
- [LANG] Cleaning up language files
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/lang'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/setting'
- [SETTING] Cleaning up settings files
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/setting'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/extra_grf'
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/extra_grf'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/release'
- [SRC] Cleaning up object files
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/release'
- ~/d/openttd ❯❯❯ ./configure
- checking awk... awk
- detecting OS... UNIX
- checking build system type... x86_64-pc-linux-gnu
- checking host system type... x86_64-pc-linux-gnu
- checking universal build... no
- checking build cc... gcc
- checking host cc... gcc
- checking build c++... g++
- checking host c++... g++
- checking strip... disabled
- checking builtin depend... yes
- checking makedepend... disabled
- detecting cpu-type... 64 bits
- detecting SSE... found
- checking static... no
- checking unicode... no
- using debug level... no
- using desync debug level... no
- using link time optimization... no
- checking OSX sysroot... not OSX, skipping
- checking allegro... not found
- checking sdl... found
- checking COCOA... not OSX, skipping
- checking GDI video driver... not Windows, skipping
- checking dedicated... not selected
- checking console application... not Windows, skipping
- checking network... found
- checking squirrel... found
- checking translator... no
- checking assert... enabled
- checking zlib... found
- checking liblzma... found
- checking lzo2... found
- checking libxdg-basedir... found
- checking libpng... found
- checking freetype2... found
- checking fontconfig... found
- checking icu-lx... not found
- checking icu-i18n... found
- checking psp-config... not PSP, skipping
- checking libtimidity... not found
- checking direct-music... not Windows, skipping
- checking sort... sort
- checking endianness... AUTO
- suppress language errors... no
- checking stripping... skipped
- checking distcc... no (only used when forced)
- checking ccache... no (only used when forced)
- checking grfcodec... not found
- checking nforenum... not found
- checking OSX application bundle... not OSX, skipping
- checking revision... git detection
- checking iconv... not OSX, skipping
- personal home directory... .openttd
- shared data directory... none
- installation directory... /
- icon theme directory... share/icons/hicolor
- manual page directory... share/man/man6
- menu item directory... share/applications
- using CFLAGS_BUILD... -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -O1
- using CXXFLAGS_BUILD... -flifetime-dse=1 -std=gnu++14
- using LDFLAGS_BUILD... -rdynamic
- using CFLAGS... -O2 -fomit-frame-pointer -Wall -Wno-multichar -Wsign-compare -Wundef -Wwrite-strings -Wpointer-arith -W -Wno-unused-parameter -Wredundant-decls -Wformat=2 -Wformat-security -Winit-self -fno-strict-aliasing -Wcast-qual -fno-strict-overflow -Wnon-virtual-dtor -Wno-free-nonheap-object -rdynamic -DUNIX -D_FORTIFY_SOURCE=2 -DWITH_SSE -DWITH_SDL -D_REENTRANT -I/usr/include/SDL -DWITH_ZLIB -DWITH_LZMA -DWITH_LZO -DWITH_XDG_BASEDIR -D_SQ64 -I/home/lordaro/dev/openttd/src/3rdparty/squirrel/include -DWITH_PNG -I/usr/include/libpng16 -DWITH_FONTCONFIG -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DWITH_FREETYPE -I/usr/include/freetype2 -I/usr/include/libpng16 -I/usr/include/harfbuzz -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -DWITH_ICU_SORT -DENABLE_NETWORK -DWITH_PERSONAL_DIR -DPERSONAL_DIR=\\".openttd\\" -DGLOBAL_DATA_DIR=\\"/usr/local/share/games/openttd\\"
- using CXXFLAGS... -flifetime-dse=1 -std=gnu++14
- using LDFLAGS... -lstdc++ -lpthread -lc -lSDL -lpthread -lz -llzma -llzo2 -lxdg-basedir -lpng16 -lfontconfig -lfreetype -lfreetype -licui18n -licuuc -licudata -rdynamic
- Generating Makefile...
- Generating menu item...
- Generating lang/Makefile...
- Generating setting/Makefile...
- Generating grf/Makefile...
- Generating objs/Makefile...
- ~/d/openttd ❯❯❯ make
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/lang'
- [LANG] Compiling and Linking endian_check
- [LANG] Testing endianness for host
- [LANG] Compiling core/alloc_func.cpp
- [LANG] Compiling string.cpp
- [LANG] Compiling strgen/strgen_base.cpp
- [LANG] Compiling strgen/strgen.cpp
- [LANG] Compiling getoptdata.cpp
- [LANG] Compiling and Linking strgen
- [LANG] Generating table/strings.h
- [LANG] Compiling language afrikaans
- [LANG] Compiling language arabic_egypt
- [LANG] Compiling language basque
- [LANG] Compiling language belarusian
- [LANG] Compiling language brazilian_portuguese
- [LANG] Compiling language bulgarian
- [LANG] Compiling language catalan
- [LANG] Compiling language croatian
- [LANG] Compiling language czech
- [LANG] Compiling language danish
- [LANG] Compiling language dutch
- [LANG] Compiling language english_AU
- [LANG] Compiling language english
- [LANG] Compiling language english_US
- [LANG] Compiling language esperanto
- [LANG] Compiling language estonian
- [LANG] Compiling language faroese
- [LANG] Compiling language finnish
- [LANG] Compiling language french
- [LANG] Compiling language gaelic
- [LANG] Compiling language galician
- [LANG] Compiling language german
- [LANG] Compiling language greek
- [LANG] Compiling language hebrew
- [LANG] Compiling language hungarian
- [LANG] Compiling language icelandic
- [LANG] Compiling language indonesian
- [LANG] Compiling language irish
- [LANG] Compiling language italian
- [LANG] Compiling language japanese
- [LANG] Compiling language korean
- [LANG] Compiling language latin
- [LANG] Compiling language latvian
- [LANG] Compiling language lithuanian
- [LANG] Compiling language luxembourgish
- [LANG] Compiling language malay
- [LANG] Compiling language norwegian_bokmal
- [LANG] Compiling language norwegian_nynorsk
- [LANG] Compiling language polish
- [LANG] Compiling language portuguese
- [LANG] Compiling language romanian
- [LANG] Compiling language russian
- [LANG] Compiling language serbian
- [LANG] Compiling language simplified_chinese
- [LANG] Compiling language slovak
- [LANG] Compiling language slovenian
- [LANG] Compiling language spanish_MX
- [LANG] Compiling language spanish
- [LANG] Compiling language swedish
- [LANG] Compiling language tamil
- [LANG] Compiling language thai
- [LANG] Compiling language traditional_chinese
- [LANG] Compiling language turkish
- [LANG] Compiling language ukrainian
- [LANG] Compiling language vietnamese
- [LANG] Compiling language welsh
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/lang'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/setting'
- [SETTING] Compiling and Linking endian_check
- [SETTING] Testing endianness for host
- [SETTING] Compiling core/alloc_func.cpp
- [SETTING] Compiling string.cpp
- [SETTING] Compiling ini_load.cpp
- [SETTING] Compiling settingsgen/settingsgen.cpp
- [SETTING] Compiling getoptdata.cpp
- [SETTING] Compiling and Linking settings_gen
- [SETTING] Generating table/settings.h
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/setting'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/extra_grf'
- make[1]: Nothing to be done for 'all'.
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/extra_grf'
- make[1]: Entering directory '/home/lordaro/dev/openttd/objs/release'
- [SRC] Compiling and Linking endian_check
- [SRC] Testing endianness for target
- [SRC] Compiling and linking depend
- [SRC] DEP CHECK (all files)
- [SRC] Compiling 3rdparty/md5/md5.cpp
- [SRC] Compiling 3rdparty/squirrel/sqstdlib/sqstdaux.cpp
- [SRC] Compiling 3rdparty/squirrel/sqstdlib/sqstdmath.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqapi.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqbaselib.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqclass.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqcompiler.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqdebug.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqfuncstate.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqlexer.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqmem.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqobject.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqstate.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqtable.cpp
- [SRC] Compiling 3rdparty/squirrel/squirrel/sqvm.cpp
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp: In member function ‘bool SQVM::ObjCmp(const SQObjectPtr&, const SQObjectPtr&, SQInteger&)’:
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp:208:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if(_delegable(o1)->_delegate) {
- ^~
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp:219:3: note: here
- default:
- ^~~~~~~
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp: In member function ‘void SQVM::ToString(const SQObjectPtr&, SQObjectPtr&)’:
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp:282:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if(_delegable(o)->_delegate) {
- ^~
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp:290:2: note: here
- default:
- ^~~~~~~
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp: In member function ‘bool SQVM::Set(const SQObjectPtr&, const SQObjectPtr&, const SQObjectPtr&, bool)’:
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp:1328:3: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if(_table(self)->_delegate) {
- ^~
- /home/lordaro/dev/openttd/src/3rdparty/squirrel/squirrel/sqvm.cpp:1334:2: note: here
- case OT_USERDATA:
- ^~~~
- [SRC] Compiling ai/ai_config.cpp
- [SRC] Compiling ai/ai_core.cpp
- [SRC] Compiling ai/ai_gui.cpp
- [SRC] Compiling ai/ai_info.cpp
- [SRC] Compiling ai/ai_instance.cpp
- [SRC] Compiling ai/ai_scanner.cpp
- [SRC] Compiling aircraft_cmd.cpp
- [SRC] Compiling aircraft_gui.cpp
- [SRC] Compiling airport.cpp
- [SRC] Compiling airport_gui.cpp
- [SRC] Compiling animated_tile.cpp
- [SRC] Compiling articulated_vehicles.cpp
- [SRC] Compiling autoreplace.cpp
- [SRC] Compiling autoreplace_cmd.cpp
- [SRC] Compiling autoreplace_gui.cpp
- [SRC] Compiling base_consist.cpp
- [SRC] Compiling blitter/32bpp_anim.cpp
- [SRC] Compiling blitter/32bpp_anim_sse4.cpp
- [SRC] Compiling blitter/32bpp_base.cpp
- [SRC] Compiling blitter/32bpp_optimized.cpp
- [SRC] Compiling blitter/32bpp_simple.cpp
- [SRC] Compiling blitter/32bpp_sse2.cpp
- [SRC] Compiling blitter/32bpp_sse4.cpp
- [SRC] Compiling blitter/32bpp_ssse3.cpp
- [SRC] Compiling blitter/8bpp_base.cpp
- [SRC] Compiling blitter/8bpp_optimized.cpp
- [SRC] Compiling blitter/8bpp_simple.cpp
- [SRC] Compiling blitter/base.cpp
- [SRC] Compiling blitter/null.cpp
- [SRC] Compiling bmp.cpp
- [SRC] Compiling bootstrap_gui.cpp
- [SRC] Compiling bridge_gui.cpp
- [SRC] Compiling bridge_map.cpp
- [SRC] Compiling build_vehicle_gui.cpp
- [SRC] Compiling cargoaction.cpp
- [SRC] Compiling cargomonitor.cpp
- [SRC] Compiling cargopacket.cpp
- [SRC] Compiling cargotype.cpp
- [SRC] Compiling cheat.cpp
- [SRC] Compiling cheat_gui.cpp
- [SRC] Compiling clear_cmd.cpp
- [SRC] Compiling command.cpp
- [SRC] Compiling company_cmd.cpp
- [SRC] Compiling company_gui.cpp
- [SRC] Compiling console.cpp
- [SRC] Compiling console_cmds.cpp
- [SRC] Compiling console_gui.cpp
- [SRC] Compiling core/alloc_func.cpp
- [SRC] Compiling core/bitmath_func.cpp
- [SRC] Compiling core/geometry_func.cpp
- [SRC] Compiling core/math_func.cpp
- [SRC] Compiling core/pool_func.cpp
- [SRC] Compiling core/random_func.cpp
- [SRC] Compiling cpu.cpp
- [SRC] Compiling crashlog.cpp
- [SRC] Compiling currency.cpp
- [SRC] Compiling date.cpp
- [SRC] Compiling date_gui.cpp
- [SRC] Compiling debug.cpp
- [SRC] Compiling dedicated.cpp
- [SRC] Compiling depot.cpp
- [SRC] Compiling depot_cmd.cpp
- [SRC] Compiling depot_gui.cpp
- [SRC] Compiling disaster_vehicle.cpp
- [SRC] Compiling dock_gui.cpp
- [SRC] Compiling driver.cpp
- [SRC] Compiling economy.cpp
- [SRC] Compiling effectvehicle.cpp
- [SRC] Compiling elrail.cpp
- [SRC] Compiling engine.cpp
- [SRC] Compiling engine_gui.cpp
- [SRC] Compiling error_gui.cpp
- [SRC] Compiling fileio.cpp
- [SRC] Compiling fios.cpp
- In file included from /home/lordaro/dev/openttd/src/fios.cpp:15:0:
- /home/lordaro/dev/openttd/src/fios.cpp: In member function ‘void FileList::BuildFileList(AbstractFileType, SaveLoadOperation)’:
- /home/lordaro/dev/openttd/src/fios.cpp:80:28: warning: enum constant in boolean context [-Wint-in-bool-context]
- assert(fop == SLO_LOAD || SLO_SAVE);
- ^
- /home/lordaro/dev/openttd/src/stdafx.h:457:35: note: in definition of macro ‘assert’
- #define assert(expression) if (!(expression)) error("Assertion failed at line %i of %s: %s", __LINE__, __FILE__, #expression);
- ^~~~~~~~~~
- [SRC] Compiling fios_gui.cpp
- [SRC] Compiling fontcache.cpp
- [SRC] Compiling fontdetection.cpp
- [SRC] Compiling game/game_config.cpp
- [SRC] Compiling game/game_core.cpp
- [SRC] Compiling game/game_info.cpp
- [SRC] Compiling game/game_instance.cpp
- [SRC] Compiling game/game_scanner.cpp
- [SRC] Compiling game/game_text.cpp
- [SRC] Compiling gamelog.cpp
- [SRC] Compiling genworld.cpp
- [SRC] Compiling genworld_gui.cpp
- [SRC] Compiling gfx.cpp
- [SRC] Compiling gfx_layout.cpp
- [SRC] Compiling gfxinit.cpp
- [SRC] Compiling goal.cpp
- [SRC] Compiling goal_gui.cpp
- [SRC] Compiling graph_gui.cpp
- [SRC] Compiling ground_vehicle.cpp
- [SRC] Compiling group_cmd.cpp
- [SRC] Compiling group_gui.cpp
- [SRC] Compiling heightmap.cpp
- [SRC] Compiling highscore.cpp
- [SRC] Compiling highscore_gui.cpp
- [SRC] Compiling hotkeys.cpp
- [SRC] Compiling industry_cmd.cpp
- [SRC] Compiling industry_gui.cpp
- [SRC] Compiling ini.cpp
- [SRC] Compiling ini_load.cpp
- [SRC] Compiling intro_gui.cpp
- [SRC] Compiling landscape.cpp
- [SRC] Compiling linkgraph/demands.cpp
- [SRC] Compiling linkgraph/flowmapper.cpp
- [SRC] Compiling linkgraph/linkgraph.cpp
- [SRC] Compiling linkgraph/linkgraph_gui.cpp
- [SRC] Compiling linkgraph/linkgraphjob.cpp
- [SRC] Compiling linkgraph/linkgraphschedule.cpp
- [SRC] Compiling linkgraph/mcf.cpp
- [SRC] Compiling linkgraph/refresh.cpp
- [SRC] Compiling main_gui.cpp
- [SRC] Compiling map.cpp
- [SRC] Compiling misc.cpp
- [SRC] Compiling misc/countedobj.cpp
- [SRC] Compiling misc/dbg_helpers.cpp
- [SRC] Compiling misc/getoptdata.cpp
- [SRC] Compiling misc_cmd.cpp
- [SRC] Compiling misc_gui.cpp
- [SRC] Compiling mixer.cpp
- [SRC] Compiling music.cpp
- [SRC] Compiling music/extmidi.cpp
- [SRC] Compiling music/null_m.cpp
- [SRC] Compiling music_gui.cpp
- [SRC] Compiling network/core/address.cpp
- [SRC] Compiling network/core/core.cpp
- [SRC] Compiling network/core/host.cpp
- [SRC] Compiling network/core/packet.cpp
- [SRC] Compiling network/core/tcp.cpp
- [SRC] Compiling network/core/tcp_admin.cpp
- [SRC] Compiling network/core/tcp_connect.cpp
- [SRC] Compiling network/core/tcp_content.cpp
- [SRC] Compiling network/core/tcp_game.cpp
- [SRC] Compiling network/core/tcp_http.cpp
- [SRC] Compiling network/core/udp.cpp
- /home/lordaro/dev/openttd/src/network/core/udp.cpp: In member function ‘void NetworkUDPSocketHandler::ReceiveNetworkGameInfo(Packet*, NetworkGameInfo*)’:
- /home/lordaro/dev/openttd/src/network/core/udp.cpp:254:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- }
- ^
- /home/lordaro/dev/openttd/src/network/core/udp.cpp:257:3: note: here
- case 3:
- ^~~~
- [SRC] Compiling network/network.cpp
- [SRC] Compiling network/network_admin.cpp
- [SRC] Compiling network/network_chat_gui.cpp
- [SRC] Compiling network/network_client.cpp
- [SRC] Compiling network/network_command.cpp
- [SRC] Compiling network/network_content.cpp
- [SRC] Compiling network/network_content_gui.cpp
- /home/lordaro/dev/openttd/src/network/network_content_gui.cpp: In member function ‘virtual EventState NetworkContentListWindow::OnKeyPress(WChar, uint16)’:
- /home/lordaro/dev/openttd/src/network/network_content_gui.cpp:899:5: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (keycode == WKC_RETURN || !IsWidgetFocused(WID_NCL_FILTER)) {
- ^~
- /home/lordaro/dev/openttd/src/network/network_content_gui.cpp:913:4: note: here
- default:
- ^~~~~~~
- [SRC] Compiling network/network_gamelist.cpp
- [SRC] Compiling network/network_gui.cpp
- [SRC] Compiling network/network_server.cpp
- [SRC] Compiling network/network_udp.cpp
- [SRC] Compiling newgrf.cpp
- /home/lordaro/dev/openttd/src/newgrf.cpp: In function ‘ChangeInfoResult RailTypeChangeInfo(uint, int, int, ByteReader*)’:
- /home/lordaro/dev/openttd/src/newgrf.cpp:4097:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case 0x0F: SetBit(rti->powered_railtypes, rt); // Powered implies compatible.
- ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/newgrf.cpp:4098:8: note: here
- case 0x0E: SetBit(rti->compatible_railtypes, rt); break;
- ^~~~
- In file included from /usr/include/string.h:639:0,
- from /usr/include/c++/7.1.1/cstring:42,
- from /home/lordaro/dev/openttd/src/stdafx.h:85,
- from /home/lordaro/dev/openttd/src/newgrf.cpp:12:
- In function ‘void* memset(void*, int, size_t)’,
- inlined from ‘ChangeInfoResult StationChangeInfo(uint, int, int, ByteReader*)’ at /home/lordaro/dev/openttd/src/newgrf.cpp:1974:13:
- /usr/include/bits/string3.h:90:70: warning: ‘void* __builtin_memset(void*, int, long unsigned int)’: specified size between 18446744073709551361 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=]
- return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest));
- ^
- [SRC] Compiling newgrf_airport.cpp
- [SRC] Compiling newgrf_airporttiles.cpp
- [SRC] Compiling newgrf_canal.cpp
- [SRC] Compiling newgrf_cargo.cpp
- [SRC] Compiling newgrf_commons.cpp
- [SRC] Compiling newgrf_config.cpp
- [SRC] Compiling newgrf_debug_gui.cpp
- In file included from /home/lordaro/dev/openttd/src/newgrf_debug_gui.cpp:35:0:
- /home/lordaro/dev/openttd/src/newgrf_object.h: In member function ‘virtual ScopeResolver* ObjectResolverObject::GetScope(VarSpriteGroupScope, byte)’:
- /home/lordaro/dev/openttd/src/newgrf_object.h:130:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (tsr != NULL) return tsr;
- ^
- /home/lordaro/dev/openttd/src/newgrf_object.h:134:4: note: here
- default: return ResolverObject::GetScope(scope, relative);
- ^~~~~~~
- In file included from /home/lordaro/dev/openttd/src/newgrf_debug_gui.cpp:40:0:
- /home/lordaro/dev/openttd/src/newgrf_industries.h: In member function ‘virtual ScopeResolver* IndustriesResolverObject::GetScope(VarSpriteGroupScope, byte)’:
- /home/lordaro/dev/openttd/src/newgrf_industries.h:50:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (tsr != NULL) return tsr;
- ^
- /home/lordaro/dev/openttd/src/newgrf_industries.h:53:4: note: here
- default: return ResolverObject::GetScope(scope, relative);
- ^~~~~~~
- In file included from /home/lordaro/dev/openttd/src/newgrf_debug_gui.cpp:37:0:
- /home/lordaro/dev/openttd/src/newgrf_station.h: In member function ‘virtual ScopeResolver* StationResolverObject::GetScope(VarSpriteGroupScope, byte)’:
- /home/lordaro/dev/openttd/src/newgrf_station.h:61:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (tsr != NULL) return tsr;
- ^
- /home/lordaro/dev/openttd/src/newgrf_station.h:65:4: note: here
- default:
- ^~~~~~~
- [SRC] Compiling newgrf_engine.cpp
- [SRC] Compiling newgrf_generic.cpp
- [SRC] Compiling newgrf_gui.cpp
- /home/lordaro/dev/openttd/src/newgrf_gui.cpp: In member function ‘virtual void NewGRFWindow::OnClick(Point, int, int)’:
- /home/lordaro/dev/openttd/src/newgrf_gui.cpp:1034:5: warning: this statement may fall through -Wimplicit-fallthrough=]
- }
- ^
- /home/lordaro/dev/openttd/src/newgrf_gui.cpp:1038:4: note: here
- case WID_NS_REMOVE: { // Remove GRF
- ^~~~
- /home/lordaro/dev/openttd/src/newgrf_gui.cpp:1089:5: warning: this statement may fall through -Wimplicit-fallthrough=]
- }
- ^
- /home/lordaro/dev/openttd/src/newgrf_gui.cpp:1093:4: note: here
- case WID_NS_ADD:
- ^~~~
- [SRC] Compiling newgrf_house.cpp
- [SRC] Compiling newgrf_industries.cpp
- In file included from /home/lordaro/dev/openttd/src/newgrf_industries.cpp:15:0:
- /home/lordaro/dev/openttd/src/newgrf_industries.h: In member function ‘virtual ScopeResolver* IndustriesResolverObject::GetScope(VarSpriteGroupScope, byte)’:
- /home/lordaro/dev/openttd/src/newgrf_industries.h:50:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (tsr != NULL) return tsr;
- ^
- /home/lordaro/dev/openttd/src/newgrf_industries.h:53:4: note: here
- default: return ResolverObject::GetScope(scope, relative);
- ^~~~~~~
- [SRC] Compiling newgrf_industrytiles.cpp
- [SRC] Compiling newgrf_object.cpp
- In file included from /home/lordaro/dev/openttd/src/newgrf_object.cpp:18:0:
- /home/lordaro/dev/openttd/src/newgrf_object.h: In member function ‘virtual ScopeResolver* ObjectResolverObject::GetScope(VarSpriteGroupScope, byte)’:
- /home/lordaro/dev/openttd/src/newgrf_object.h:130:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (tsr != NULL) return tsr;
- ^
- /home/lordaro/dev/openttd/src/newgrf_object.h:134:4: note: here
- default: return ResolverObject::GetScope(scope, relative);
- ^~~~~~~
- [SRC] Compiling newgrf_railtype.cpp
- [SRC] Compiling newgrf_sound.cpp
- [SRC] Compiling newgrf_spritegroup.cpp
- [SRC] Compiling newgrf_station.cpp
- In file included from /home/lordaro/dev/openttd/src/newgrf_station.cpp:18:0:
- /home/lordaro/dev/openttd/src/newgrf_station.h: In member function ‘virtual ScopeResolver* StationResolverObject::GetScope(VarSpriteGroupScope, byte)’:
- /home/lordaro/dev/openttd/src/newgrf_station.h:61:32: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (tsr != NULL) return tsr;
- ^
- /home/lordaro/dev/openttd/src/newgrf_station.h:65:4: note: here
- default:
- ^~~~~~~
- [SRC] Compiling newgrf_storage.cpp
- [SRC] Compiling newgrf_text.cpp
- [SRC] Compiling newgrf_town.cpp
- [SRC] Compiling newgrf_townname.cpp
- [SRC] Compiling news_gui.cpp
- [SRC] Compiling object_cmd.cpp
- [SRC] Compiling object_gui.cpp
- [SRC] Compiling openttd.cpp
- [SRC] Compiling order_backup.cpp
- [SRC] Compiling order_cmd.cpp
- [SRC] Compiling order_gui.cpp
- [SRC] Compiling os/unix/crashlog_unix.cpp
- [SRC] Compiling os/unix/unix.cpp
- [SRC] Compiling osk_gui.cpp
- [SRC] Compiling pathfinder/npf/aystar.cpp
- [SRC] Compiling pathfinder/npf/npf.cpp
- In file included from /home/lordaro/dev/openttd/src/pathfinder/npf/../../order_base.h:17:0,
- from /home/lordaro/dev/openttd/src/pathfinder/npf/../../vehicle_base.h:18,
- from /home/lordaro/dev/openttd/src/pathfinder/npf/../../ship.h:15,
- from /home/lordaro/dev/openttd/src/pathfinder/npf/npf.cpp:15:
- /home/lordaro/dev/openttd/src/pathfinder/npf/../../core/bitmath_func.hpp: In function ‘bool NPFTrainFindNearestSafeTile(const Train*, TileIndex, Trackdir, bool)’:
- /home/lordaro/dev/openttd/src/pathfinder/npf/../../core/bitmath_func.hpp:62:4: warning: ‘*((void*)& start1 +12)’ may be used uninitialized in this function [-Wmaybe-uninitialized]
- x &= (T)(~((((T)1U << n) - 1) << s));
- ~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- [SRC] Compiling pathfinder/npf/queue.cpp
- [SRC] Compiling pathfinder/opf/opf_ship.cpp
- [SRC] Compiling pathfinder/yapf/yapf_rail.cpp
- [SRC] Compiling pathfinder/yapf/yapf_road.cpp
- [SRC] Compiling pathfinder/yapf/yapf_ship.cpp
- [SRC] Compiling pbs.cpp
- [SRC] Compiling progress.cpp
- [SRC] Compiling rail.cpp
- [SRC] Compiling rail_cmd.cpp
- /home/lordaro/dev/openttd/src/rail_cmd.cpp: In function ‘CommandCost CmdBuildSingleRail(TileIndex, DoCommandFlag, uint32, uint32, const char*)’:
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:556:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- }
- ^
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:560:3: note: here
- default: {
- ^~~~~~~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp: In function ‘void DrawTile_Track(TileInfo*)’:
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2447:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case DIAGDIR_NE: if (!IsInvisibilitySet(TO_BUILDINGS)) break; // else FALL THROUGH
- ^~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2448:5: note: here
- case DIAGDIR_SW: DrawGroundSprite(ground + RTO_X, PAL_NONE); break;
- ^~~~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2449:22: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case DIAGDIR_NW: if (!IsInvisibilitySet(TO_BUILDINGS)) break; // else FALL THROUGH
- ^~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2450:5: note: here
- case DIAGDIR_SE: DrawGroundSprite(ground + RTO_Y, PAL_NONE); break;
- ^~~~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2458:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case DIAGDIR_NE: if (!IsInvisibilitySet(TO_BUILDINGS)) break; // else FALL THROUGH
- ^~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2459:6: note: here
- case DIAGDIR_SW: DrawGroundSprite(overlay + RTO_X, PALETTE_CRASH); break;
- ^~~~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2460:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case DIAGDIR_NW: if (!IsInvisibilitySet(TO_BUILDINGS)) break; // else FALL THROUGH
- ^~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2461:6: note: here
- case DIAGDIR_SE: DrawGroundSprite(overlay + RTO_Y, PALETTE_CRASH); break;
- ^~~~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2469:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case DIAGDIR_NE: if (!IsInvisibilitySet(TO_BUILDINGS)) break; // else FALL THROUGH
- ^~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2470:6: note: here
- case DIAGDIR_SW: DrawGroundSprite(rti->base_sprites.single_x, PALETTE_CRASH); break;
- ^~~~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2471:23: warning: this statement may fall through [-Wimplicit-fallthrough=]
- case DIAGDIR_NW: if (!IsInvisibilitySet(TO_BUILDINGS)) break; // else FALL THROUGH
- ^~
- /home/lordaro/dev/openttd/src/rail_cmd.cpp:2472:6: note: here
- case DIAGDIR_SE: DrawGroundSprite(rti->base_sprites.single_y, PALETTE_CRASH); break;
- ^~~~
- [SRC] Compiling rail_gui.cpp
- [SRC] Compiling rev.cpp
- [SRC] Compiling road.cpp
- [SRC] Compiling road_cmd.cpp
- [SRC] Compiling road_gui.cpp
- [SRC] Compiling road_map.cpp
- [SRC] Compiling roadstop.cpp
- [SRC] Compiling roadveh_cmd.cpp
- [SRC] Compiling roadveh_gui.cpp
- [SRC] Compiling saveload/afterload.cpp
- [SRC] Compiling saveload/ai_sl.cpp
- [SRC] Compiling saveload/airport_sl.cpp
- [SRC] Compiling saveload/animated_tile_sl.cpp
- [SRC] Compiling saveload/autoreplace_sl.cpp
- [SRC] Compiling saveload/cargomonitor_sl.cpp
- [SRC] Compiling saveload/cargopacket_sl.cpp
- [SRC] Compiling saveload/cheat_sl.cpp
- [SRC] Compiling saveload/company_sl.cpp
- [SRC] Compiling saveload/depot_sl.cpp
- [SRC] Compiling saveload/economy_sl.cpp
- [SRC] Compiling saveload/engine_sl.cpp
- [SRC] Compiling saveload/game_sl.cpp
- [SRC] Compiling saveload/gamelog_sl.cpp
- [SRC] Compiling saveload/goal_sl.cpp
- [SRC] Compiling saveload/group_sl.cpp
- [SRC] Compiling saveload/industry_sl.cpp
- [SRC] Compiling saveload/labelmaps_sl.cpp
- [SRC] Compiling saveload/linkgraph_sl.cpp
- [SRC] Compiling saveload/map_sl.cpp
- [SRC] Compiling saveload/misc_sl.cpp
- [SRC] Compiling saveload/newgrf_sl.cpp
- [SRC] Compiling saveload/object_sl.cpp
- [SRC] Compiling saveload/oldloader.cpp
- [SRC] Compiling saveload/oldloader_sl.cpp
- [SRC] Compiling saveload/order_sl.cpp
- [SRC] Compiling saveload/saveload.cpp
- [SRC] Compiling saveload/signs_sl.cpp
- [SRC] Compiling saveload/station_sl.cpp
- [SRC] Compiling saveload/storage_sl.cpp
- [SRC] Compiling saveload/story_sl.cpp
- [SRC] Compiling saveload/strings_sl.cpp
- [SRC] Compiling saveload/subsidy_sl.cpp
- [SRC] Compiling saveload/town_sl.cpp
- [SRC] Compiling saveload/vehicle_sl.cpp
- /home/lordaro/dev/openttd/src/saveload/vehicle_sl.cpp: In function ‘void AfterLoadVehicles(bool)’:
- /home/lordaro/dev/openttd/src/saveload/vehicle_sl.cpp:435:30: warning: this statement may fall through [-Wimplicit-fallthrough=]
- rv->compatible_roadtypes = RoadTypeToRoadTypes(rv->roadtype);
- ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/saveload/vehicle_sl.cpp:439:4: note: here
- case VEH_TRAIN:
- ^~~~
- [SRC] Compiling saveload/waypoint_sl.cpp
- [SRC] Compiling screenshot.cpp
- [SRC] Compiling script/api/script_accounting.cpp
- [SRC] Compiling script/api/script_admin.cpp
- [SRC] Compiling script/api/script_airport.cpp
- [SRC] Compiling script/api/script_base.cpp
- [SRC] Compiling script/api/script_basestation.cpp
- [SRC] Compiling script/api/script_bridge.cpp
- [SRC] Compiling script/api/script_bridgelist.cpp
- [SRC] Compiling script/api/script_cargo.cpp
- [SRC] Compiling script/api/script_cargolist.cpp
- [SRC] Compiling script/api/script_cargomonitor.cpp
- [SRC] Compiling script/api/script_company.cpp
- [SRC] Compiling script/api/script_companymode.cpp
- [SRC] Compiling script/api/script_controller.cpp
- [SRC] Compiling script/api/script_date.cpp
- [SRC] Compiling script/api/script_depotlist.cpp
- [SRC] Compiling script/api/script_engine.cpp
- [SRC] Compiling script/api/script_enginelist.cpp
- [SRC] Compiling script/api/script_error.cpp
- [SRC] Compiling script/api/script_event.cpp
- [SRC] Compiling script/api/script_event_types.cpp
- [SRC] Compiling script/api/script_execmode.cpp
- [SRC] Compiling script/api/script_game.cpp
- [SRC] Compiling script/api/script_gamesettings.cpp
- [SRC] Compiling script/api/script_goal.cpp
- [SRC] Compiling script/api/script_group.cpp
- [SRC] Compiling script/api/script_grouplist.cpp
- [SRC] Compiling script/api/script_industry.cpp
- [SRC] Compiling script/api/script_industrylist.cpp
- [SRC] Compiling script/api/script_industrytype.cpp
- [SRC] Compiling script/api/script_industrytypelist.cpp
- [SRC] Compiling script/api/script_infrastructure.cpp
- [SRC] Compiling script/api/script_list.cpp
- [SRC] Compiling script/api/script_log.cpp
- [SRC] Compiling script/api/script_map.cpp
- [SRC] Compiling script/api/script_marine.cpp
- [SRC] Compiling script/api/script_news.cpp
- [SRC] Compiling script/api/script_object.cpp
- [SRC] Compiling script/api/script_order.cpp
- [SRC] Compiling script/api/script_rail.cpp
- [SRC] Compiling script/api/script_railtypelist.cpp
- [SRC] Compiling script/api/script_road.cpp
- [SRC] Compiling script/api/script_sign.cpp
- [SRC] Compiling script/api/script_signlist.cpp
- [SRC] Compiling script/api/script_station.cpp
- [SRC] Compiling script/api/script_stationlist.cpp
- [SRC] Compiling script/api/script_story_page.cpp
- [SRC] Compiling script/api/script_storypageelementlist.cpp
- [SRC] Compiling script/api/script_storypagelist.cpp
- [SRC] Compiling script/api/script_subsidy.cpp
- [SRC] Compiling script/api/script_subsidylist.cpp
- [SRC] Compiling script/api/script_testmode.cpp
- [SRC] Compiling script/api/script_text.cpp
- [SRC] Compiling script/api/script_tile.cpp
- [SRC] Compiling script/api/script_tilelist.cpp
- [SRC] Compiling script/api/script_town.cpp
- [SRC] Compiling script/api/script_townlist.cpp
- [SRC] Compiling script/api/script_tunnel.cpp
- [SRC] Compiling script/api/script_vehicle.cpp
- [SRC] Compiling script/api/script_vehiclelist.cpp
- [SRC] Compiling script/api/script_viewport.cpp
- [SRC] Compiling script/api/script_waypoint.cpp
- [SRC] Compiling script/api/script_waypointlist.cpp
- [SRC] Compiling script/api/script_window.cpp
- [SRC] Compiling script/script_config.cpp
- [SRC] Compiling script/script_info.cpp
- [SRC] Compiling script/script_info_dummy.cpp
- [SRC] Compiling script/script_instance.cpp
- [SRC] Compiling script/script_scanner.cpp
- [SRC] Compiling script/squirrel.cpp
- [SRC] Compiling script/squirrel_std.cpp
- [SRC] Compiling sdl.cpp
- [SRC] Compiling settings.cpp
- [SRC] Compiling settings_gui.cpp
- [SRC] Compiling ship_cmd.cpp
- [SRC] Compiling ship_gui.cpp
- [SRC] Compiling signal.cpp
- [SRC] Compiling signs.cpp
- [SRC] Compiling signs_cmd.cpp
- [SRC] Compiling signs_gui.cpp
- [SRC] Compiling smallmap_gui.cpp
- /home/lordaro/dev/openttd/src/smallmap_gui.cpp: In member function ‘virtual void SmallMapWindow::DrawWidget(const Rect&, int) const’:
- /home/lordaro/dev/openttd/src/smallmap_gui.cpp:1234:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
- SetDParam(0, tbl->legend);
- ~~~~~~~~~^~~~~~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/smallmap_gui.cpp:1236:6: note: here
- case SMT_OWNER:
- ^~~~
- /home/lordaro/dev/openttd/src/smallmap_gui.cpp:1237:39: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (this->map_type != SMT_OWNER || tbl->company != INVALID_COMPANY) {
- /home/lordaro/dev/openttd/src/smallmap_gui.cpp:1250:6: note: here
- default:
- ^~~~~~~
- [SRC] Compiling sound.cpp
- [SRC] Compiling sound/null_s.cpp
- [SRC] Compiling sound/sdl_s.cpp
- [SRC] Compiling sprite.cpp
- [SRC] Compiling spritecache.cpp
- [SRC] Compiling spriteloader/grf.cpp
- [SRC] Compiling station.cpp
- [SRC] Compiling station_cmd.cpp
- [SRC] Compiling station_gui.cpp
- [SRC] Compiling statusbar_gui.cpp
- [SRC] Compiling story.cpp
- [SRC] Compiling story_gui.cpp
- [SRC] Compiling strgen/strgen_base.cpp
- [SRC] Compiling string.cpp
- [SRC] Compiling stringfilter.cpp
- [SRC] Compiling strings.cpp
- [SRC] Compiling subsidy.cpp
- [SRC] Compiling subsidy_gui.cpp
- [SRC] Compiling terraform_cmd.cpp
- [SRC] Compiling terraform_gui.cpp
- [SRC] Compiling textbuf.cpp
- [SRC] Compiling texteff.cpp
- [SRC] Compiling textfile_gui.cpp
- [SRC] Compiling tgp.cpp
- [SRC] Compiling thread/thread_pthread.cpp
- [SRC] Compiling tile_map.cpp
- [SRC] Compiling tilearea.cpp
- [SRC] Compiling timetable_cmd.cpp
- [SRC] Compiling timetable_gui.cpp
- [SRC] Compiling toolbar_gui.cpp
- [SRC] Compiling town_cmd.cpp
- [SRC] Compiling town_gui.cpp
- /home/lordaro/dev/openttd/src/town_gui.cpp: In member function ‘virtual void TownAuthorityWindow::OnClick(Point, int, int)’:
- /home/lordaro/dev/openttd/src/town_gui.cpp:271:41: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (click_count == 1 || y < 0) break;
- ^
- /home/lordaro/dev/openttd/src/town_gui.cpp:274:4: note: here
- case WID_TA_EXECUTE:
- ^~~~
- [SRC] Compiling townname.cpp
- [SRC] Compiling train_cmd.cpp
- /home/lordaro/dev/openttd/src/train_cmd.cpp: In member function ‘bool VehicleOrderSaver::SwitchToNextOrder(bool)’:
- /home/lordaro/dev/openttd/src/train_cmd.cpp:2504:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if ((order->GetDepotOrderType() & ODTFB_SERVICE) && !this->v->NeedsServicing()) break;
- ^~
- /home/lordaro/dev/openttd/src/train_cmd.cpp:2505:5: note: here
- case OT_GOTO_STATION:
- ^~~~
- [SRC] Compiling train_gui.cpp
- [SRC] Compiling transparency_gui.cpp
- [SRC] Compiling tree_cmd.cpp
- [SRC] Compiling tree_gui.cpp
- [SRC] Compiling tunnel_map.cpp
- [SRC] Compiling tunnelbridge_cmd.cpp
- [SRC] Compiling vehicle.cpp
- [SRC] Compiling vehicle_cmd.cpp
- [SRC] Compiling vehicle_gui.cpp
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp: In member function ‘virtual void RefitWindow::OnInvalidateData(int, bool)’:
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:819:24: warning: this statement may fall through [-Wimplicit-fallthrough=]
- this->num_vehicles = UINT8_MAX;
- ^
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:823:4: note: here
- case 2: { // The vehicle selection has changed; rebuild the entire list.
- ^~~~
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:845:5: warning: this statement may fall through -Wimplicit-fallthrough=]
- }
- ^
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:849:4: note: here
- case 1: // A new cargo has been selected.
- ^~~~
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp: In member function ‘void RefitWindow::SetSelectedVehicles(int)’:
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:907:5: warning: this statement may fall through -Wimplicit-fallthrough=]
- }
- ^
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:911:4: note: here
- default:
- ^~~~~~~
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp: In member function ‘virtual void RefitWindow::OnClick(Point, int, int)’:
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:942:5: warning: this statement may fall through -Wimplicit-fallthrough=]
- if (click_count == 1) break;
- ^~
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:946:4: note: here
- case WID_VR_REFIT: // refit button
- ^~~~
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp: In member function ‘virtual void VehicleViewWindow::DrawWidget(const Rect&, int) const’:
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:2637:6: warning: this statement may fall through [-Wimplicit-fallthrough=]
- if (v->type != VEH_AIRCRAFT) {
- ^~
- /home/lordaro/dev/openttd/src/vehicle_gui.cpp:2643:5: note: here
- default:
- ^~~~~~~
- [SRC] Compiling vehiclelist.cpp
- [SRC] Compiling video/dedicated_v.cpp
- [SRC] Compiling video/null_v.cpp
- [SRC] Compiling video/sdl_v.cpp
- [SRC] Compiling viewport.cpp
- /home/lordaro/dev/openttd/src/viewport.cpp: In function ‘int CalcHeightdiff(HighLightStyle, uint, TileIndex, TileIndex)’:
- /home/lordaro/dev/openttd/src/viewport.cpp:2635:15: warning: this statement may fall through [-Wimplicit-fallthrough=]
- end_tile = TILE_ADD(end_tile, ToTileIndexDiff(heightdiff_area_by_dir[2 + style_t]));
- /home/lordaro/dev/openttd/src/viewport.cpp:2639:3: note: here
- case HT_POINT:
- ^~~~
- [SRC] Compiling viewport_gui.cpp
- [SRC] Compiling viewport_sprite_sorter_sse4.cpp
- [SRC] Compiling void_cmd.cpp
- [SRC] Compiling water_cmd.cpp
- [SRC] Compiling waypoint.cpp
- [SRC] Compiling waypoint_cmd.cpp
- [SRC] Compiling waypoint_gui.cpp
- [SRC] Compiling widget.cpp
- /home/lordaro/dev/openttd/src/widget.cpp: In member function ‘virtual void NWidgetLeaf::SetupSmallestSize(Window*, bool)’:
- /home/lordaro/dev/openttd/src/widget.cpp:2289:116: warning: this statement may fall through [-Wimplicit-fallthrough=]
- prite_size.height, GetStringBoundingBox("_").height + WD_FRAMERECT_TOP + WD_FRAMERECT_BOTTOM)
- /home/lordaro/dev/openttd/src/widget.cpp:2292:3: note: here
- case WWT_PUSHBTN: {
- ^~~~
- [SRC] Compiling widgets/dropdown.cpp
- [SRC] Compiling window.cpp
- /home/lordaro/dev/openttd/src/window.cpp: In function ‘uint GetWindowZPriority(const Window*)’:
- /home/lordaro/dev/openttd/src/window.cpp:1279:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1281:3: note: here
- case WC_HIGHSCORE:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1282:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1284:3: note: here
- case WC_TOOLTIPS:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1285:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1287:3: note: here
- case WC_DROPDOWN_MENU:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1288:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1290:3: note: here
- case WC_MAIN_TOOLBAR:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1292:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1294:3: note: here
- case WC_OSK:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1295:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1297:3: note: here
- case WC_QUERY_STRING:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1299:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1301:3: note: here
- case WC_ERRMSG:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1306:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1308:3: note: here
- case WC_GENERATE_LANDSCAPE:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1317:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1319:3: note: here
- case WC_CONSOLE:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1320:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1322:3: note: here
- case WC_NEWS_WINDOW:
- ^~~~
- /home/lordaro/dev/openttd/src/window.cpp:1323:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1325:3: note: here
- default:
- ^~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1326:4: warning: this statement may fall through [-Wimplicit-fallthrough=]
- ++z_priority;
- ^~~~~~~~~~~~
- /home/lordaro/dev/openttd/src/window.cpp:1328:3: note: here
- case WC_MAIN_WINDOW:
- ^~~~
- [SRC] Linking openttd
- make[1]: Leaving directory '/home/lordaro/dev/openttd/objs/release'
- ~/d/openttd ❯❯❯ gcc --version
- gcc (GCC) 7.1.1 20170516
- Copyright (C) 2017 Free Software Foundation, Inc.
- This is free software; see the source for copying conditions. There is NO
- warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Advertisement
Add Comment
Please, Sign In to add comment