godot/servers/visual
Rémi Verschelde 7b081a7fc8 Fix warnings about unhandled enum value in switch [-Wswitch]
Fixes GCC 5 warnings of the form:

core/io/http_client.cpp:288:9: warning: enumeration value 'STATUS_SSL_HANDSHAKE_ERROR' not handled in switch [-Wswitch]
core/io/marshalls.cpp:806:9: warning: enumeration value 'AABB' not handled in switch [-Wswitch]

Those can be trivial cases where adding a default fallback is the solution,
or more complex issues/hidden bugs where missed values are actually meant
to be handled.
2018-09-27 18:34:30 +02:00
..
rasterizer.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
rasterizer.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
shader_language.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
shader_language.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
shader_types.cpp -Rewrote GLES2 lighting and shadows and optimized state changes, did many optimizations, added vertex lighting. 2018-09-23 12:14:50 -03:00
shader_types.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_server_canvas.cpp Ported CPU particles to 2D 2018-08-29 16:48:55 -03:00
visual_server_canvas.h Ported CPU particles to 2D 2018-08-29 16:48:55 -03:00
visual_server_global.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_server_global.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_server_light_baker.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_server_light_baker.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
visual_server_raster.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
visual_server_raster.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00
visual_server_scene.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
visual_server_scene.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_server_viewport.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
visual_server_viewport.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_server_wrap_mt.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
visual_server_wrap_mt.h Set uniform default values in inspector 2018-09-13 23:05:33 +02:00