From 116ceeca31cb5401aacd0af97828c4fe9b9f584f Mon Sep 17 00:00:00 2001 From: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> Date: Sat, 1 Apr 2023 15:49:35 +0800 Subject: [PATCH] Remove -Wno-unreachable-code-return. 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 6f74823df..05e31624a 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1247,7 +1247,6 @@ IF (ASSIMP_WARNINGS_AS_ERRORS) -Wno-format-nonliteral -Wno-comma -Wno-unreachable-code-break - -Wno-unreachable-code-return -Wno-implicit-fallthrough -Wno-unused-template -Wno-undefined-func-template