summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHermet Park <chuneon.park@samsung.com>2020-06-08 19:46:31 +0900
committerHermet Park <chuneon.park@samsung.com>2020-06-08 19:46:31 +0900
commitb2f9b0e24f09a65f640269c59b5e33a2689933bb (patch)
treee79e6bb4d2b336d9b3b4e18376cbe414d37976b0
parentb0cb3e08f2d87dd560c69311f1aeaad1238c9c21 (diff)
downloadefl-b2f9b0e24f09a65f640269c59b5e33a2689933bb.tar.gz
canvas gl: remove out-dated compiler keywords
-rw-r--r--src/modules/evas/engines/gl_common/evas_gl_context.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/evas/engines/gl_common/evas_gl_context.c b/src/modules/evas/engines/gl_common/evas_gl_context.c
index 30a3b46703..9ea1a86c72 100644
--- a/src/modules/evas/engines/gl_common/evas_gl_context.c
+++ b/src/modules/evas/engines/gl_common/evas_gl_context.c
@@ -1843,7 +1843,7 @@ pipe_region_expand(Evas_Engine_GL_Context *gc, int n,
}
static Eina_Bool
-vertex_array_size_check(Evas_Engine_GL_Context *gc EINA_UNUSED, int pn EINA_UNUSED, int n EINA_UNUSED)
+vertex_array_size_check(Evas_Engine_GL_Context *gc, int pn, int n)
{
return 1;
// this fixup breaks for expedite test 32. why?