From 1b826afeda957e79bfdbe733601983ede17183dc Mon Sep 17 00:00:00 2001 From: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> Date: Sat, 1 Apr 2023 16:24:55 +0800 Subject: [PATCH] Remove -Wno-unreachable-code-break. 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 05e31624a..6429de5fa 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1246,7 +1246,6 @@ IF (ASSIMP_WARNINGS_AS_ERRORS) -Wno-deprecated -Wno-format-nonliteral -Wno-comma - -Wno-unreachable-code-break -Wno-implicit-fallthrough -Wno-unused-template -Wno-undefined-func-template