cmake clang/compiler_flags.cmake: Re-enable Wmissing-braces warning

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-10 15:34:22 -08:00 committed by Benjamin Cabé
commit c021c6d5f0

View file

@ -102,7 +102,6 @@ check_set_compiler_property(APPEND PROPERTY warning_dw_3
check_set_compiler_property(PROPERTY warning_extended check_set_compiler_property(PROPERTY warning_extended
#FIXME: need to fix all of those #FIXME: need to fix all of those
-Wno-sometimes-uninitialized -Wno-sometimes-uninitialized
-Wno-missing-braces
-Wno-self-assign -Wno-self-assign
-Wno-address-of-packed-member -Wno-address-of-packed-member
-Wno-unused-function -Wno-unused-function