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. |
||
|---|---|---|
| .. | ||
| tests | ||
| app_icon.png | ||
| default_controller_mappings.h | ||
| gamecontrollerdb.txt | ||
| gamecontrollerdb_204.txt | ||
| gamecontrollerdb_205.txt | ||
| godotcontrollerdb.txt | ||
| input_default.cpp | ||
| input_default.h | ||
| main.cpp | ||
| main.h | ||
| main_builders.py | ||
| performance.cpp | ||
| performance.h | ||
| SCsub | ||
| splash.png | ||
| splash_editor.png | ||
| timer_sync.cpp | ||
| timer_sync.h | ||