We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e7232a commit 190fe9fCopy full SHA for 190fe9f
src/CMakeLists.txt
@@ -36,6 +36,7 @@ target_compile_options(public-header-warnings PRIVATE
36
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-declaration-after-statement>
37
$<$<C_COMPILER_ID:AppleClang,Clang,GNU>:-Wno-disabled-macro-expansion>
38
$<$<C_COMPILER_ID:AppleClang,Clang>:-Wno-c++98-compat-pedantic>
39
+ $<$<C_COMPILER_ID:AppleClang,Clang>:-Wno-pre-c11-compat>
40
$<$<C_COMPILER_ID:AppleClang,Clang>:-Wno-pre-c2x-compat>
41
$<$<C_COMPILER_ID:AppleClang,Clang>:-Wno-unsafe-buffer-usage>
42
$<$<C_COMPILER_ID:AppleClang,Clang>:-Wno-padded>
0 commit comments