evas_engines_drm : Remove build warning for unused parameter 91/70691/2
authorJunsuChoi <jsuya.choi@samsung.com>
Fri, 20 May 2016 06:36:18 +0000 (15:36 +0900)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Thu, 26 May 2016 07:13:00 +0000 (00:13 -0700)
   EINA_UNUSED macro was inserted after unused parameter.

Change-Id: Ice5b9222dc7c566c78f8e27e5befabbc52c8d678

src/modules/evas/engines/drm/evas_outbuf.c

index 09393c4..8e04284 100644 (file)
@@ -457,7 +457,7 @@ evas_outbuf_rot_get(Outbuf *ob)
 }
 
 void
-evas_outbuf_copy(Outbuf *ob, void *buffer, int stride, int width, int height, uint format, int sx, int sy, int sw, int sh, int dx, int dy, int dw, int dh)
+evas_outbuf_copy(Outbuf *ob, void *buffer, int stride, int width EINA_UNUSED, int height, uint format EINA_UNUSED, int sx EINA_UNUSED, int sy EINA_UNUSED, int sw EINA_UNUSED, int sh EINA_UNUSED, int dx EINA_UNUSED, int dy EINA_UNUSED, int dw EINA_UNUSED, int dh EINA_UNUSED)
 {
    Ecore_Drm_Fb *buff = ob->priv.buffer[ob->priv.last];