Enable -Wshift-sign-overflow

This commit is contained in:
Robert Schulze 2022-07-14 12:29:42 +00:00
parent 3d734a0640
commit e7bc973ffb
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -37,7 +37,6 @@ if (COMPILER_CLANG)
no_warning(missing-variable-declarations)
no_warning(packed)
no_warning(padded)
no_warning(shift-sign-overflow)
no_warning(sign-conversion)
no_warning(switch-enum)
no_warning(undefined-func-template)