clang: The unit test suite doesn't play nice with -wundef

(test for #if +uninitialized #defines)
leaving that as an option, but off by default to allow filtering through engine specific #defines for issues, rather than wading through the spam kicked up by the plugin.
This commit is contained in:
Azaezel 2016-10-18 11:20:28 -05:00
parent 3038e53856
commit a46b4fb5e8

View file

@ -20,7 +20,7 @@
# IN THE SOFTWARE.
# -----------------------------------------------------------------------------
option(TORQUE_TESTING "Enable unit test module" ON)
option(TORQUE_TESTING "Enable unit test module" OFF)
mark_as_advanced(TORQUE_TESTING)
if(TORQUE_TESTING)