From 07eb022d816bcefdc46f11e608e4a79de164eeb0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 15 Jul 2020 20:00:37 +0200 Subject: Fix Wunused-parameter warnings --- wscript | 2 -- 1 file changed, 2 deletions(-) (limited to 'wscript') diff --git a/wscript b/wscript index e70db4e..f789ef1 100644 --- a/wscript +++ b/wscript @@ -59,13 +59,11 @@ def configure(conf): autowaf.add_compiler_flags(conf.env, '*', { 'gcc': [ '-Wno-padded', - '-Wno-unused-parameter', ], 'clang': [ '-Wno-cast-qual', '-Wno-disabled-macro-expansion', '-Wno-padded', - '-Wno-unused-parameter', ] }) -- cgit v1.2.1