diff options
Diffstat (limited to 'cmake/CompilerWarnings.cmake')
-rw-r--r-- | cmake/CompilerWarnings.cmake | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cmake/CompilerWarnings.cmake b/cmake/CompilerWarnings.cmake index 9092457de..2315d5e4d 100644 --- a/cmake/CompilerWarnings.cmake +++ b/cmake/CompilerWarnings.cmake @@ -84,6 +84,6 @@ IF(SUPPORT_WSUGGEST_ATTRIBUTE) ADD_COMPILE_OPTIONS("-Wno-suggest-attribute=format") ENDIF() -IF(SUPPORT_WDEPRECATED_DECLARATIONS) - ADD_COMPILE_OPTIONS("-Wno-deprecated-declarations") -ENDIF() +#IF(SUPPORT_WDEPRECATED_DECLARATIONS) +# ADD_COMPILE_OPTIONS("-Wno-deprecated-declarations") +#ENDIF() |