meson: warn on unused parameters like on autotools
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 3 Jan 2019 14:59:43 +0000 (15:59 +0100)
committerJaehyun Cho <jae_hyun.cho@samsung.com>
Tue, 8 Jan 2019 04:50:41 +0000 (13:50 +0900)
this mirrors the behaviour of autotools.

meson.build

index a93ac5a..a814d9d 100644 (file)
@@ -80,6 +80,7 @@ dev_cflags = []
 dev_cflags_try = [
   '-fvisibility=hidden',
   '-Wall',
+  '-Wunused-parameter',
   '-Wsign-compare',
   '-Wno-missing-field-initializers',
 ]