Merge branch 'back_to_werror' into 'main'

Get back to '-werror' with warnings at level 3

Closes #1735

See merge request GNOME/glib!2270
This commit is contained in:
Philip Withnall 2021-11-17 16:17:19 +00:00
commit 30c3f05532

View File

@ -4,7 +4,7 @@ project('glib', 'c', 'cpp',
meson_version : '>= 0.52.0',
default_options : [
'buildtype=debugoptimized',
'warning_level=1',
'warning_level=3',
'c_std=gnu99'
]
)