Revert "Cmake: Compiling with warnings by default"

It generates compile errors on windows
Maybe we should separate warning cmake define for each compiler (?)

This reverts commit 8ad3c15d63.
This commit is contained in:
Yehonal
2017-09-25 10:25:21 +02:00
parent da45fbf75c
commit e687d223ff
2 changed files with 3 additions and 3 deletions

View File

@@ -53,9 +53,9 @@ else()
endif()
if( WITH_WARNINGS )
message("* Show all warnings : Yes (default)")
message("* Show all warnings : Yes")
else()
message("* Show compile-warnings : No")
message("* Show compile-warnings : No (default)")
endif()
if( WITH_COREDEBUG )