From e36812a449fcdced34bdd0fc2f7af85ce9d0bd59 Mon Sep 17 00:00:00 2001 From: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> Date: Sat, 1 Apr 2023 19:07:13 +0800 Subject: [PATCH] Remove unused -Wno-deprecated-copy-with-user-provided-dtor. Signed-off-by: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> --- code/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/code/CMakeLists.txt b/code/CMakeLists.txt index fd3b1cb88..3ee9c0705 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1242,7 +1242,6 @@ 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