diff --git a/meson.build b/meson.build index ce59d18b83f..22fc8f5b525 100644 --- a/meson.build +++ b/meson.build @@ -230,7 +230,8 @@ if cxx.found() add_languages('cpp') endif -foreach arg : ['-Wundef', +foreach arg : ['-Wextra', + '-Wundef', '-Wlogical-op', '-Wmissing-include-dirs', '-Wold-style-definition',