From be797d84dcff0809d561edf7cab27b5b7a0af0ce Mon Sep 17 00:00:00 2001 From: SooChan Lim Date: Wed, 31 May 2023 17:17:28 +0900 Subject: [PATCH] fix the build warnings Change-Id: I96c5763308acc1fcfe9ad6266f8fffba86bb15fc --- src/bin/e_client.c | 1 - src/bin/e_comp_wl.c | 2 +- src/bin/e_comp_wl_tbm.c | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/bin/e_client.c b/src/bin/e_client.c index 0a6df0f..af927ad 100644 --- a/src/bin/e_client.c +++ b/src/bin/e_client.c @@ -1548,7 +1548,6 @@ static void _e_client_move_handle(E_Client *ec) { int x, y; - Eina_List *skiplist = NULL; if ((ec->moveinfo.down.button >= 1) && (ec->moveinfo.down.button <= 3)) { diff --git a/src/bin/e_comp_wl.c b/src/bin/e_comp_wl.c index c25d782..5a409aa 100644 --- a/src/bin/e_comp_wl.c +++ b/src/bin/e_comp_wl.c @@ -5555,7 +5555,7 @@ e_comp_wl_touch_update_send(E_Client *ec, int idx, int x, int y, Ecore_Device *d return EINA_TRUE; } -E_API Eina_Bool +EINTERN Eina_Bool e_comp_wl_touch_cancel_send(E_Client *ec) { EINA_SAFETY_ON_NULL_RETURN_VAL(ec, EINA_FALSE); diff --git a/src/bin/e_comp_wl_tbm.c b/src/bin/e_comp_wl_tbm.c index 5feb198..2933b0d 100644 --- a/src/bin/e_comp_wl_tbm.c +++ b/src/bin/e_comp_wl_tbm.c @@ -138,7 +138,7 @@ e_comp_wl_tbm_module_func_unset(void) return EINA_TRUE; } -E_API tbm_surface_h +EINTERN tbm_surface_h e_comp_wl_tbm_capturable_buffer_get(tbm_surface_h tsurface) { tbm_surface_h capturable_buffer = NULL; -- 2.7.4