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.
This commit is contained in:
João Valverde 2022-12-04 16:21:02 +00:00
parent 2897e904f9
commit 60cb3dd3c6
1 changed files with 0 additions and 1 deletions

View File

@ -687,7 +687,6 @@ else() # ! MSVC
-Wshadow
-Wold-style-definition
-Wstrict-prototypes
-Wjump-misses-init
)
#