X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=meson.build;h=0daf9438bdecc33d6494afdfd452834e9eead690;hb=refs%2Fchanges%2F05%2F27905%2F4;hp=5f6c29da447011ecfeca9e7355711fa1279a42aa;hpb=a02c5606aa6621c9d3e0cc968180e7993201e2da;p=src%2Fagl-compositor.git diff --git a/meson.build b/meson.build index 5f6c29d..0daf943 100644 --- a/meson.build +++ b/meson.build @@ -4,8 +4,9 @@ project('agl-compositor', default_options: [ 'warning_level=3', 'c_std=gnu99', + 'werror=true', ], - meson_version: '>= 0.47', + meson_version: '>= 0.53', license: 'MIT/Expat', ) @@ -21,8 +22,6 @@ add_project_arguments( cc.get_supported_arguments([ '-Wno-unused-parameter', '-Wno-pedantic', - '-Wextra', - '-Werror' ]), language: 'c' )