android: Fix unused parameter warnings on Chrome OS
The Chrome OS-specific code has multiple function parameters that are not used. This results in compilation warnings. Fix them with [[maybe_unused]]. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Paul Elder <paul.elder@ideasonboard.com> Reviewed-by: Hirokazu Honda <hiroh@chromium.org>
This commit is contained in:
parent
bcfd7b6369
commit
a931188e1d
2 changed files with 4 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
|
||||
#include "../camera_hal_manager.h"
|
||||
|
||||
static void set_up(cros::CameraMojoChannelManagerToken *token)
|
||||
static void set_up([[maybe_unused]] cros::CameraMojoChannelManagerToken *token)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue