From 60cb3dd3c6161f9d5292cbda1e66344ff3a761c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= Date: Sun, 4 Dec 2022 16:21:02 +0000 Subject: [PATCH] CMake: Remove -Wjump-misses-init warning If the jump misses init it's probably because the variable is not used. Don't force contortions to avoid this common and harmless case of "missing init" for an unused variable after jumping. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8bdc73f944..93d1f2546c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -687,7 +687,6 @@ else() # ! MSVC -Wshadow -Wold-style-definition -Wstrict-prototypes - -Wjump-misses-init ) #