Skip to content

Commit

Permalink
Re-enable Wtautological-compare for clang
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
  • Loading branch information
thughes committed Jan 11, 2025
1 parent cbf867f commit 47ea99c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cmake/compiler/clang/compiler_flags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,6 @@ check_set_compiler_property(PROPERTY warning_extended
-Wno-unused-variable
-Wno-format-invalid-specifier
-Wno-gnu
# comparison of unsigned expression < 0 is always false
-Wno-tautological-compare
)

set_compiler_property(PROPERTY warning_error_coding_guideline
Expand Down

0 comments on commit 47ea99c

Please sign in to comment.