diff --git a/CTestCustom.cmake b/CTestCustom.cmake
index 61d5978711afce20e31dc32a8b9fd9d9061cbfdc..dbc3dc95fa7bbac10cf092855692f9bcee85a312 100644
--- a/CTestCustom.cmake
+++ b/CTestCustom.cmake
@@ -6,13 +6,13 @@
 # -- Number of warnings to display
 # -----------------------------------------------------------
 
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "999" )
+#set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "999" )
 
 # -----------------------------------------------------------
 # -- Number of errors to display
 # -----------------------------------------------------------
 
-set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   "0" )
+#set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS   "0" )
 
 # -----------------------------------------------------------
 # -- Maximum size of passed and failed tests output