godot/main/tests
Rémi Verschelde fc18d637a8 Fix -Wimplicit-fallthrough warnings from GCC 8
Adds `FALLTHROUGH` macro to specify when a fallthrough is intentional.
Can be replaced by `[[fallthrough]]` if/when we switch to C++17.

The warning is now enabled by default for GCC on `extra` warnings level
(part of GCC's `-Wextra`). It's not enabled in Clang's `-Wextra` yet,
but we could enable it manually once we switch to C++11. There's no
equivalent feature in MSVC for now.

Fixes #26135.

(cherry picked from commit fc370b3feb)
2019-09-24 09:00:45 +02:00
..
SCsub SCons: Build thirdparty code in own env, disable warnings 2018-09-28 14:07:39 +02:00
test_astar.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_astar.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_gdscript.cpp Fix -Wimplicit-fallthrough warnings from GCC 8 2019-09-24 09:00:45 +02:00
test_gdscript.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_gui.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_gui.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_main.cpp Be explicit about usage of GDScript tests 2019-02-10 15:11:32 +01:00
test_main.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_math.cpp [Core] Rename Matrix3 file to Basis 2019-02-09 14:42:23 -05:00
test_math.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_oa_hash_map.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_oa_hash_map.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_ordered_hash_map.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_ordered_hash_map.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics_2d.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_physics_2d.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_render.cpp Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_render.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_shader_lang.cpp Add -Wshadow=local to warnings and fix reported issues. 2019-02-20 19:44:12 +01:00
test_shader_lang.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00
test_string.cpp Add RegEx substitution testcase and fix relevant docs 2019-05-09 11:11:53 -04:00
test_string.h Update copyright statements to 2019 2019-01-01 12:58:10 +01:00