Browse Source

Merge pull request #5051 from Jackie9527/msvc-clang-deprecated-copy-with-dtor

Remove -Wno-deprecated-copy-with-dtor.
Kim Kulling 2 years ago
parent
commit
9c2594a1dc
1 changed files with 1 additions and 0 deletions
  1. 1 0
      code/CMakeLists.txt

+ 1 - 0
code/CMakeLists.txt

@@ -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