We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53e62e4 commit 594f127Copy full SHA for 594f127
source/MaterialXGraphEditor/CMakeLists.txt
@@ -9,7 +9,7 @@ endif()
9
if(MSVC)
10
add_compile_options(-wd4100 -wd4152 -wd4201 -wd4244 -wd4456)
11
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)
+ add_compile_options(-Wno-unused -Wno-deprecated -Wno-comment -Wno-unused-variable -Wno-unused-parameter -Wno-shadow)
13
elseif(CMAKE_CXX_COMPILER_ID MATCHES "GNU")
14
add_compile_options(-Wno-format-truncation -Wno-use-after-free -Wno-comment -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-shadow)
15
endif()
0 commit comments