Skip to content

Commit 0a71e95

Browse files
thugheskartben
authored andcommitted
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 <[email protected]>
1 parent 0e8aed7 commit 0a71e95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/compiler/clang/compiler_flags.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ check_set_compiler_property(APPEND PROPERTY warning_dw_3
102102
check_set_compiler_property(PROPERTY warning_extended
103103
#FIXME: need to fix all of those
104104
-Wno-sometimes-uninitialized
105-
-Wno-shift-overflow
106105
-Wno-missing-braces
107106
-Wno-self-assign
108107
-Wno-address-of-packed-member

0 commit comments

Comments
 (0)