eina file - fix unused param warning by marking as unused

unsued in some ifdef paths, so mark as such to avouid warning noise
This commit is contained in:
Carsten Haitzler 2018-11-06 16:53:24 +00:00
parent ea9ab2dd5a
commit 79c783d16f
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ int _eina_file_log_dom = -1;
*/
#ifdef HAVE_DIRENT_H
static long
_eina_name_max(DIR *dirp)
_eina_name_max(DIR *dirp EINA_UNUSED)
{
long name_max;