evas - gl - remove warning for unused var with opengl vs gles

This commit is contained in:
Carsten Haitzler 2017-03-10 10:56:19 +09:00
parent 99142090b4
commit 09f132b556
1 changed files with 1 additions and 1 deletions

View File

@ -1315,7 +1315,7 @@ _surface_buffers_create(EVGL_Surface *sfc)
static int
_surface_buffers_allocate(void *eng_data EINA_UNUSED, EVGL_Surface *sfc, int w, int h, Evas_GL_Context_Version version)
_surface_buffers_allocate(void *eng_data EINA_UNUSED, EVGL_Surface *sfc, int w, int h, Evas_GL_Context_Version version EINA_UNUSED/* unused ecept gles */)
{
// Create buffers
if (sfc->color_fmt)