summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli Alzyod <ali198724@gmail.com>2019-12-10 12:02:54 -0500
committerChristopher Michael <cp.michael@samsung.com>2019-12-10 12:03:01 -0500
commit4318fe1254c23257fd96224b5d74a71a38330df5 (patch)
treef4d759b66295eae2bd0093d2c62b8107f8c8458e
parent793cdbfa712f66684e3278d856fa7344ba55dcf5 (diff)
downloadefl-4318fe1254c23257fd96224b5d74a71a38330df5.tar.gz
ector: Fix build warning about unused variable
Reviewers: bu5hm4n, Hermet, devilhorns Reviewed By: devilhorns Subscribers: devilhorns, cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D10851
-rw-r--r--src/lib/ector/software/ector_software_buffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ector/software/ector_software_buffer.c b/src/lib/ector/software/ector_software_buffer.c
index d6de02f4e7..62dae2c50b 100644
--- a/src/lib/ector/software/ector_software_buffer.c
+++ b/src/lib/ector/software/ector_software_buffer.c
@@ -64,7 +64,7 @@ _ector_software_buffer_base_pixels_clear(Eo *obj EINA_UNUSED, Ector_Software_Buf
}
EOLIAN static Eina_Bool
-_ector_software_buffer_base_ector_buffer_pixels_get(Eo *obj, Ector_Software_Buffer_Base_Data *pd,
+_ector_software_buffer_base_ector_buffer_pixels_get(Eo *obj EINA_UNUSED, Ector_Software_Buffer_Base_Data *pd,
void **pixels, int* width, int* height, int* stride)
{
if (*pixels) *pixels = pd->pixels.u8;