diff --git a/Source/cmake_core.cmake b/Source/cmake_core.cmake index cfcaccc70..3ee92590b 100644 --- a/Source/cmake_core.cmake +++ b/Source/cmake_core.cmake @@ -296,8 +296,8 @@ if(CMAKE_CXX_COMPILER_ID MATCHES "GNU|Clang") " $<$>: -Wno-tautological-type-limit-compare>" " $<$>: -Wno-cast-qual>" " $<$>: -Wno-reserved-identifier>" - " $<$: -Wno-missing-prototypes>" - " $<$: -Wno-missing-field-initializers>" + " $<$>: -Wno-missing-prototypes>" + " $<$>: -Wno-missing-field-initializers>" " $<$>: -Wno-suggest-override>" " $<$>: -Wno-used-but-marked-unused>" " $<$>: -Wno-noexcept-type>"