From: Danny Wood Date: Fri, 21 Jul 2017 14:10:07 +0000 (+0200) Subject: Fix compiler warnings/errors when building with DISABLE_IDMA_SECURE X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=e869a272289af00a5b59c13857af1df1d48616b0;p=GitHub%2FLineageOS%2Fandroid_hardware_samsung_slsi_exynos.git Fix compiler warnings/errors when building with DISABLE_IDMA_SECURE Change-Id: I9efdaefb14b3be0b88e42d8887f0a1f639bcdb30 --- 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