meson: warn on unused parameters like on autotools

this mirrors the behaviour of autotools.
This commit is contained in:
Marcel Hollerbach 2019-01-03 15:59:43 +01:00
parent 6c755f6696
commit a975f037c3
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ dev_cflags = []
dev_cflags_try = [
'-fvisibility=hidden',
'-Wall',
'-Wunused-parameter',
'-Wsign-compare',
'-Wno-missing-field-initializers',
]