Pārlūkot izejas kodu

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.

Azaezel 9 gadi atpakaļ
vecāks
revīzija
a46b4fb5e8
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Tools/CMake/modules/module_testing.cmake

+ 1 - 1
Tools/CMake/modules/module_testing.cmake

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