Fix compiler warnings/errors when building with DISABLE_IDMA_SECURE
authorDanny Wood <danwood76@gmail.com>
Fri, 21 Jul 2017 14:10:07 +0000 (16:10 +0200)
committerJan Altensen <info@stricted.net>
Sun, 5 Apr 2020 10:24:54 +0000 (12:24 +0200)
Change-Id: I9efdaefb14b3be0b88e42d8887f0a1f639bcdb30

libhwc/ExynosHWC.cpp

index df249c56f21e87d4781b28a9fd246f947ac34170..30e1a2213381ea3f1158d99322a4af576c8f25d4 100644 (file)
@@ -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