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:
parent
c4090998d3
commit
c021c6d5f0
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue