From c0f25dcd9d746f2025c38061d71558715cad4444 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Fri, 10 Jan 2025 16:09:38 -0800 Subject: [PATCH] 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 --- cmake/compiler/clang/compiler_flags.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/compiler/clang/compiler_flags.cmake b/cmake/compiler/clang/compiler_flags.cmake index a64150eb58c6..488b1aec9326 100644 --- a/cmake/compiler/clang/compiler_flags.cmake +++ b/cmake/compiler/clang/compiler_flags.cmake @@ -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