temperature: Mark hdata paramater as unused

Compiler warns 'hdata' is unused, so mark it with EINA_UNUSED
This commit is contained in:
Christopher Michael 2020-09-17 11:23:47 -04:00
parent 695ea554f2
commit ec1c6b42b4
1 changed files with 1 additions and 1 deletions

View File

@ -268,7 +268,7 @@ _temperature_face_shutdown(const Eina_Hash *hash EINA_UNUSED, const void *key EI
}
static Eina_Bool
_temperature_face_id_max(const Eina_Hash *hash EINA_UNUSED, const void *key, void *hdata, void *fdata)
_temperature_face_id_max(const Eina_Hash *hash EINA_UNUSED, const void *key, void *hdata EINA_UNUSED, void *fdata)
{
const char *p;
int *max;