diff --git a/meson.build b/meson.build index 56b7bfea70..b7017f4f40 100644 --- a/meson.build +++ b/meson.build @@ -8,6 +8,7 @@ project('systemd', 'c', 'prefix=/usr', 'sysconfdir=/etc', 'localstatedir=/var', + 'warning_level=2', ], meson_version : '>= 0.46', ) @@ -323,7 +324,6 @@ elif want_fuzzbuzz endif possible_cc_flags = [ - '-Wextra', '-Werror=undef', '-Wlogical-op', '-Wmissing-include-dirs',