Skip to content

Commit 2ae4ad2

Browse files
thugheskartben
authored andcommitted
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>
1 parent 37deb31 commit 2ae4ad2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cmake/compiler/clang/compiler_flags.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,6 @@ check_set_compiler_property(PROPERTY warning_extended
112112
-Wno-unused-variable
113113
-Wno-format-invalid-specifier
114114
-Wno-gnu
115-
# comparison of unsigned expression < 0 is always false
116-
-Wno-tautological-compare
117115
)
118116

119117
set_compiler_property(PROPERTY warning_error_coding_guideline

0 commit comments

Comments
 (0)