ecore_input: suppress warning (unused parameter)

This commit is contained in:
Jean Guyomarc'h 2017-04-20 20:49:08 +02:00
parent 9c62ab525b
commit 9ac6ad4943
1 changed files with 2 additions and 0 deletions

View File

@ -643,6 +643,8 @@ ecore_input_joystick_name_get(int index)
return eina_slstr_copy_new(name);
}
}
#else
(void) index;
#endif
return NULL;
}