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:
Tom Hughes 2025-01-10 16:11:30 -08:00 committed by Benjamin Cabé
commit 2ae4ad2097

View file

@ -112,8 +112,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