cmake clang/compiler_flags.cmake: Re-enable -Wgnu

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:18:48 -08:00 committed by Benjamin Cabé
commit 8133f470dd

View file

@ -108,7 +108,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-gnu
) )
set_compiler_property(PROPERTY warning_error_coding_guideline set_compiler_property(PROPERTY warning_error_coding_guideline