cmake clang/compiler_flags.cmake: Re-enable -Wshift-overflow

This warning can be re-enabled without any changes (no warnings are
emitted).

Signed-off-by: Tom Hughes <tomhughes@chromium.org>
This commit is contained in:
Tom Hughes 2025-01-10 16:09:38 -08:00 committed by Benjamin Cabé
parent 0e8aed7393
commit 0a71e95c5a

View File

@ -102,7 +102,6 @@ check_set_compiler_property(APPEND PROPERTY warning_dw_3
check_set_compiler_property(PROPERTY warning_extended
#FIXME: need to fix all of those
-Wno-sometimes-uninitialized
-Wno-shift-overflow
-Wno-missing-braces
-Wno-self-assign
-Wno-address-of-packed-member