Skip to content

Commit 65bca63

Browse files
committed
Turn off nontrivial-memcall warning for Clang compiles. This is mostly due to ImGui headers that will likely be fixed by upgrading anyway.
1 parent 7cc90ee commit 65bca63

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,7 @@ target_compile_options(
197197

198198
# Clang compiler.
199199
$<$<CXX_COMPILER_ID:Clang>:-Wno-switch>
200+
$<$<CXX_COMPILER_ID:Clang>:-Wno-nontrivial-memcall>
200201

201202
# GNU compiler.
202203
$<$<CXX_COMPILER_ID:GNU>:-Wno-unused-result>

0 commit comments

Comments
 (0)