cmake clang/compiler_flags.cmake: Re-enable -Wtautological-compare
All warnings in the code base have been resolved. Signed-off-by: Tom Hughes <tomhughes@chromium.org>
This commit is contained in:
parent
37deb317c5
commit
2ae4ad2097
1 changed files with 0 additions and 2 deletions
|
@ -112,8 +112,6 @@ check_set_compiler_property(PROPERTY warning_extended
|
||||||
-Wno-unused-variable
|
-Wno-unused-variable
|
||||||
-Wno-format-invalid-specifier
|
-Wno-format-invalid-specifier
|
||||||
-Wno-gnu
|
-Wno-gnu
|
||||||
# comparison of unsigned expression < 0 is always false
|
|
||||||
-Wno-tautological-compare
|
|
||||||
)
|
)
|
||||||
|
|
||||||
set_compiler_property(PROPERTY warning_error_coding_guideline
|
set_compiler_property(PROPERTY warning_error_coding_guideline
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue