virtualx-engine/servers/physics/joints
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
..
cone_twist_joint_sw.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
cone_twist_joint_sw.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
generic_6dof_joint_sw.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
generic_6dof_joint_sw.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
hinge_joint_sw.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
hinge_joint_sw.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
jacobian_entry_sw.h Make core/ includes absolute, remove subfolders from include path 2018-09-12 09:52:22 +02:00
pin_joint_sw.cpp Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
pin_joint_sw.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
slider_joint_sw.cpp Fix warnings about unhandled enum value in switch [-Wswitch] 2018-09-27 18:34:30 +02:00
slider_joint_sw.h Update copyright statements to 2018 2018-01-01 14:40:47 +01:00