Skip to content

Commit 594f127

Browse files
committed
revert clang warning
1 parent 53e62e4 commit 594f127

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/MaterialXGraphEditor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ endif()
99
if(MSVC)
1010
add_compile_options(-wd4100 -wd4152 -wd4201 -wd4244 -wd4456)
1111
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
12-
add_compile_options(-Wno-unused -Wno-deprecated -Wno-comment -Wno-unused-variable -Wno-unused-parameter -Wno-shadow -Wno-nontrivial-memcall)
12+
add_compile_options(-Wno-unused -Wno-deprecated -Wno-comment -Wno-unused-variable -Wno-unused-parameter -Wno-shadow)
1313
elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
1414
add_compile_options(-Wno-format-truncation -Wno-use-after-free -Wno-comment -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow)
1515
endif()

0 commit comments

Comments
 (0)