virtualx-engine/main
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
..
tests Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
app_icon.png
default_controller_mappings.h
gamecontrollerdb.txt
gamecontrollerdb_204.txt
gamecontrollerdb_205.txt
godotcontrollerdb.txt
input_default.cpp Fix warnings for operator precedence disambiguation [-Wparentheses] 2018-09-27 10:29:48 +02:00
input_default.h Fix warnings on non-static data member initializers (C++11 feature) 2018-09-27 10:29:48 +02:00
main.cpp Fix warnings about unused variables [-Wunused-variable] 2018-09-27 16:25:24 +02:00
main.h Main: Group static members and add some docs 2018-09-20 14:38:40 +02:00
main_builders.py
performance.cpp
performance.h
SCsub
splash.png
splash_editor.png
timer_sync.cpp
timer_sync.h