We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ed208 commit ef7b3d2Copy full SHA for ef7b3d2
CMakeLists.txt
@@ -83,9 +83,9 @@ if(MSVC)
83
list(APPEND _picky "-W4") # Use the highest warning level for Visual Studio.
84
elseif(CMAKE_C_COMPILER_ID STREQUAL "GNU" OR CMAKE_C_COMPILER_ID MATCHES "Clang")
85
if(CMAKE_C_COMPILER_ID MATCHES "Clang")
86
- set(_picky_enable "-Wextra")
+ set(_picky "-Wextra")
87
else()
88
- set(_picky_enable "-W")
+ set(_picky "-W")
89
endif()
90
91
list(APPEND _picky -Wall -pedantic)
0 commit comments