From ff17f1fe3de0ca2f97aa3a04af350999034d77b2 Mon Sep 17 00:00:00 2001 From: Jackie9527 <80555200+Jackie9527@users.noreply.github.com> Date: Wed, 19 Apr 2023 23:29:03 +0800 Subject: [PATCH] Remove -Wno-missing-variable-declarations. 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..6e0d0f143 100644 --- a/code/CMakeLists.txt +++ b/code/CMakeLists.txt @@ -1236,7 +1236,6 @@ IF (ASSIMP_WARNINGS_AS_ERRORS) -Wno-tautological-value-range-compare -Wno-tautological-type-limit-compare -Wno-missing-noreturn - -Wno-missing-variable-declarations -Wno-extra-semi -Wno-nonportable-system-include-path -Wno-undefined-reinterpret-cast