godot/modules/etc
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
..
config.py SCons: Pass env to modules can_build method 2018-05-30 19:11:36 +02:00
image_etc.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
image_etc.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.cpp Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
register_types.h Add missing copyright headers and fix formatting 2018-01-05 01:22:23 +01:00
SCsub Change -std=gnu++11 to -stc=c++11 and don't pass flag to MSVC 2017-12-12 18:58:51 +01:00
texture_loader_pkm.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
texture_loader_pkm.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00