mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-01-31 09:33:47 +00:00
Cmake: Compiling with warnings by default
Forcing all contributors to fix all warnings before push a commit (i hope)
This commit is contained in:
@@ -53,9 +53,9 @@ else()
|
||||
endif()
|
||||
|
||||
if( WITH_WARNINGS )
|
||||
message("* Show all warnings : Yes")
|
||||
message("* Show all warnings : Yes (default)")
|
||||
else()
|
||||
message("* Show compile-warnings : No (default)")
|
||||
message("* Show compile-warnings : No")
|
||||
endif()
|
||||
|
||||
if( WITH_COREDEBUG )
|
||||
|
||||
Reference in New Issue
Block a user