Codebase list gnome-logs / f752a50
build: Remove explicit '-Wall' Use Meson's warning_level option, as it avoids a warning at configuration time. Emmanuele Bassi 1 year, 7 months ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 project('gnome-logs', 'c', version : '43.beta')
0 project('gnome-logs', 'c', version : '43.beta', default_options : ['warning_level=1'])
11
22 gl_name = meson.project_name()
33 gl_version = meson.project_version()
1212
1313 # warning cflags
1414 warning_cflags = [
15 '-Wall',
1615 '-Wstrict-prototypes',
1716 '-Wnested-externs',
1817 '-Werror=missing-prototypes',