1 parent 7cc90ee commit 65bca63Copy full SHA for 65bca63
1 file changed
CMakeLists.txt
@@ -197,6 +197,7 @@ target_compile_options(
197
198
# Clang compiler.
199
$<$<CXX_COMPILER_ID:Clang>:-Wno-switch>
200
+ $<$<CXX_COMPILER_ID:Clang>:-Wno-nontrivial-memcall>
201
202
# GNU compiler.
203
$<$<CXX_COMPILER_ID:GNU>:-Wno-unused-result>
0 commit comments