From e869a272289af00a5b59c13857af1df1d48616b0 Mon Sep 17 00:00:00 2001 From: Danny Wood Date: Fri, 21 Jul 2017 16:10:07 +0200 Subject: [PATCH] Fix compiler warnings/errors when building with DISABLE_IDMA_SECURE Change-Id: I9efdaefb14b3be0b88e42d8887f0a1f639bcdb30 --- libhwc/ExynosHWC.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libhwc/ExynosHWC.cpp b/libhwc/ExynosHWC.cpp index df249c5..30e1a22 100644 --- a/libhwc/ExynosHWC.cpp +++ b/libhwc/ExynosHWC.cpp @@ -521,8 +521,8 @@ void handle_hdmi_uevent(struct exynos5_hwc_composer_device_1_t *pdev, pdev->procs->hotplug(pdev->procs, HWC_DISPLAY_EXTERNAL, pdev->hdmi_hpd); } -void handle_tui_uevent(struct exynos5_hwc_composer_device_1_t *pdev, - const char *buff, int len) +void handle_tui_uevent(struct exynos5_hwc_composer_device_1_t *pdev __unused, + const char *buff __unused, int len __unused) { #ifdef USES_VPP #ifdef DISABLE_IDMA_SECURE -- 2.20.1