Skip to content
Merged
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,8 @@ endif()
if(ENABLE_ALL_WARNINGS)
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
set(KNOWN_COMPILER_SPECIFIC_WARNINGS
"-Wno-range-loop-analysis \
"-Wno-implicit-const-int-float-conversion \
-Wno-range-loop-analysis \
-Wno-mismatched-tags \
-Wno-nullability-completeness")
elseif(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
Expand Down