diff options
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 29ee446d56..3644e8d5cb 100644 --- a/meson.build +++ b/meson.build @@ -320,6 +320,7 @@ possible_cc_flags = [ '-Wwrite-strings', '-Werror=overflow', '-Werror=shift-count-overflow', + '-Werror=shift-overflow=2', '-Wdate-time', '-Wnested-externs', '-ffast-math', |