From cdefc9f7aa5ff59618df60cfa505c6ac180e0115 Mon Sep 17 00:00:00 2001 From: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> Date: Sat, 29 Apr 2023 00:43:40 +0800 Subject: [PATCH] Remove unused -Wno-deprecated-copy-with-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 d5500d986..cf86225d9 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1241,7 +1241,6 @@ IF (ASSIMP_WARNINGS_AS_ERRORS) -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 -Wno-comma