From 3d230dd0f0aa9b505da9e1a8a891986316eabb83 Mon Sep 17 00:00:00 2001 From: Kieran Bingham Date: Wed, 23 Sep 2020 17:40:24 +0100 Subject: meson: Remove incorrect default The -Wno-unused-parameter is not a meson default option. Remove it. Signed-off-by: Kieran Bingham Reviewed-by: Laurent Pinchart --- meson.build | 1 - 1 file changed, 1 deletion(-) (limited to 'meson.build') diff --git a/meson.build b/meson.build index fe52af7..6ca80ea 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,6 @@ project('simple-cam', 'c', 'cpp', default_options : [ 'werror=true', - '-Wno-unused-parameter=true', 'warning_level=2', 'cpp_std=c++14', ]) -- cgit v1.2.1