1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-28 16:07:14 +00:00
Files
godot/doc/classes
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
..
2018-08-31 22:35:15 +02:00
2018-08-31 22:35:15 +02:00
2018-05-12 09:38:00 +02:00
2018-05-17 00:15:30 +08:00
2018-09-12 21:39:17 -04:00
2018-09-12 21:39:17 -04:00
2018-09-15 21:06:32 +02:00
2018-09-07 20:07:44 +02:00
2018-07-01 11:16:54 +02:00
2018-09-12 21:39:17 -04:00
2018-08-31 22:35:15 +02:00
2018-05-12 09:38:00 +02:00
2018-05-12 09:38:00 +02:00
2018-09-21 15:34:11 +02:00
2018-05-12 09:38:00 +02:00
2018-08-18 21:35:56 -07:00
2018-07-16 23:16:58 +02:00
2018-04-10 07:22:30 +02:00
2018-09-12 21:39:17 -04:00
2018-08-18 21:35:56 -07:00
2018-05-12 09:38:00 +02:00
2018-03-02 04:59:17 +01:00
2018-05-12 09:38:00 +02:00
2018-09-12 21:39:17 -04:00
2018-08-18 21:35:56 -07:00
2018-08-18 21:35:56 -07:00
2018-09-15 00:06:03 +02:00
2018-08-31 22:35:15 +02:00
2018-08-31 22:35:15 +02:00
2018-04-19 21:09:53 +02:00
2018-09-12 21:39:17 -04:00
2018-08-11 08:48:37 -05:00
2018-03-29 12:46:21 +07:00
2018-08-31 22:35:15 +02:00
2018-08-31 22:35:15 +02:00