evas wl shm - fix warning with unused variable

This commit is contained in:
Carsten Haitzler 2017-02-11 10:24:42 +09:00
parent 5ac43bb26d
commit 73a5b84b8f
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ _ecore_buffer_shm_buffer_alloc(Ecore_Buffer_Module_Data bmdata, int width, int h
{
Ecore_Buffer_Shm_Data* b;
char *name;
int fd, size, page_size;
int fd, page_size;
Efl_Vpath_File *file_obj;
page_size = eina_cpu_page_size();