chiark / gitweb /
meson: also reject shifts that change the sign bit
[elogind.git] / meson.build
index fe014eda750f397a2cd3d7edbd54ca05f853ea3c..df1dc4fca45e1b106897ad83e2bd7151b2005f0e 100644 (file)
@@ -387,6 +387,7 @@ endif
 #         '-Wwrite-strings',
 #         '-Werror=overflow',
 #         '-Werror=shift-count-overflow',
+#         '-Werror=shift-overflow=2',
 #         '-Wdate-time',
 #         '-Wnested-externs',
 #         '-ffast-math',
@@ -1929,6 +1930,7 @@ executable('elogind-user-runtime-dir',
 executable('elogind-user-runtime-dir',
 executable('elogind-user-runtime-dir',
 executable('elogind-user-runtime-dir',
+executable('elogind-user-runtime-dir',
 executable('elogind-user-runtime-dir',
            user_runtime_dir_sources,
            include_directories : includes,