canvas gl: remove out-dated compiler keywords

This commit is contained in:
Hermet Park 2020-06-08 19:46:31 +09:00
parent b0cb3e08f2
commit b2f9b0e24f
1 changed files with 1 additions and 1 deletions

View File

@ -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?