diff options
author | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-09-23 17:40:24 +0100 |
---|---|---|
committer | Kieran Bingham <kieran.bingham@ideasonboard.com> | 2020-09-24 10:03:06 +0100 |
commit | 3d230dd0f0aa9b505da9e1a8a891986316eabb83 (patch) | |
tree | b559b47407b2af5f1f123036f23fa06ab63e57ee | |
parent | 1f87b57df189e21b7fdd2fdf56b1b0fab1dc4df9 (diff) |
meson: Remove incorrect default
The -Wno-unused-parameter is not a meson default option.
Remove it.
Signed-off-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
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', ]) |