debug: remove warning on OSX

This commit is contained in:
Andy Williams 2017-06-28 20:35:19 +01:00
parent 2fc7a9a309
commit 09da41eb8e
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ _edi_debugpanel_keypress_cb(void *data EINA_UNUSED, Evas *e EINA_UNUSED, Evas_Ob
}
}
#if defined(__FreeBSD__) || defined(__DragonFly__) || defined (__APPLE__)
#if defined(__FreeBSD__) || defined(__DragonFly__)
static long int
_sysctlfromname(const char *name, void *mib, int depth, size_t *len)