cmake clang/compiler_flags.cmake: Re-enable -Winvalid-format-specifier

All warnings in the code base have been resolved.

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
This commit is contained in:
Tom Hughes 2025-01-13 12:17:46 -08:00 committed by Benjamin Cabé
commit 9ba1f2e170

View file

@ -109,7 +109,6 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-initializer-overrides -Wno-initializer-overrides
-Wno-section -Wno-section
-Wno-unused-variable -Wno-unused-variable
-Wno-format-invalid-specifier
-Wno-gnu -Wno-gnu
) )