godot/scene/animation
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
..
animation_blend_space_1d.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_space_1d.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_space_2d.cpp Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
animation_blend_space_2d.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_tree.cpp Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_blend_tree.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_cache.cpp
animation_cache.h
animation_node_state_machine.cpp Misc. typos 2018-09-12 21:39:17 -04:00
animation_node_state_machine.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_player.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
animation_player.h
animation_tree.cpp Merge pull request #21982 from luzpaz/misc-typos 2018-09-13 10:59:00 +02:00
animation_tree.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
animation_tree_player.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
animation_tree_player.h
root_motion_view.cpp Misc. typos 2018-09-12 21:39:17 -04:00
root_motion_view.h Add missing copyright headers 2018-08-29 22:41:17 +02:00
SCsub
skeleton_ik.cpp Fixed task creation with void chain in SkeletonIK 2018-08-26 12:41:20 +02:00
skeleton_ik.h Fixed task creation with void chain in SkeletonIK 2018-08-26 12:41:20 +02:00
tween.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
tween.h
tween_interpolaters.cpp Document provenance of Penner easing equations in Tween 2018-09-13 12:37:01 +02:00