Code: Select all
src/playsim/p_acs.cpp: In member function ‘int DLevelScript::CallFunction(int, int, int32_t*)’:
src/playsim/p_acs.cpp:6302:18: warning: this statement may fall through [-Wimplicit-fallthrough=]
6302 | case 4: tid2 = args[3];
| ~~~~~^~~~~~~~~
src/playsim/p_acs.cpp:6303:5: note: here
6303 | case 3: tid1 = args[2];
| ^~~~
src/playsim/p_acs.cpp: In member function ‘int DLevelScript::RunScript()’:
src/playsim/p_acs.cpp:8111:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
8111 | resultValue = STACK(1);
src/playsim/p_acs.cpp:8112:3: note: here
8112 | case PCD_DROP: //fall through.
| ^~~~
ninja: build stopped: subcommand failed.
https://flathub.org/builds/#/builders/2 ... logs/stdio
The build for x64 goes fine though.