Reduce maximum number of warnings/errors. (they took GBs even for limited period of time)

This commit is contained in:
Gael Guennebaud 2013-06-20 17:39:15 +02:00
parent 8105b5ed3f
commit c0cad44da6

View File

@ -1,4 +1,3 @@
## A tribute to Dynamic!
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "33331")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "33331")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_WARNINGS "2000")
set(CTEST_CUSTOM_MAXIMUM_NUMBER_OF_ERRORS "2000")