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

Remove -Wno-deprecated-copy-with-dtor.
pull/5063/head^2
Kim Kulling 2023-04-26 10:57:28 +02:00 committed by GitHub
commit 9c2594a1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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