Merge pull request #5051 from Jackie9527/msvc-clang-deprecated-copy-with-dtor
Remove -Wno-deprecated-copy-with-dtor.pull/5063/head^2
commit
9c2594a1dc
|
@ -1239,6 +1239,7 @@ IF (ASSIMP_WARNINGS_AS_ERRORS)
|
|||
-Wno-nonportable-system-include-path
|
||||
-Wno-undefined-reinterpret-cast
|
||||
-Wno-shift-sign-overflow
|
||||
-Wno-deprecated-copy-with-user-provided-dtor
|
||||
-Wno-deprecated-copy-with-dtor
|
||||
-Wno-deprecated
|
||||
-Wno-format-nonliteral
|
||||
|
|
Loading…
Reference in New Issue