[libcamera-devel] [PATCH 3/4] meson: Remove incorrect default
Kieran Bingham
kieran.bingham at ideasonboard.com
Wed Sep 23 18:44:11 CEST 2020
The -Wno-unused-parameter is not a meson default option.
Remove it.
Signed-off-by: Kieran Bingham <kieran.bingham at ideasonboard.com>
---
meson.build | 1 -
1 file changed, 1 deletion(-)
diff --git a/meson.build b/meson.build
index fe52af772713..6ca80ea7f29b 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',
])
--
2.25.1
More information about the libcamera-devel
mailing list