diff options
author | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-04-20 20:49:08 +0200 |
---|---|---|
committer | Jean Guyomarc'h <jean@guyomarch.bzh> | 2017-05-09 21:29:11 +0200 |
commit | 9ac6ad4943ea44c80c3316aed97afd00cf64e0cb (patch) | |
tree | 740388294bd50a2c0f1beac0ef41f3c840cfdb02 /src/lib/ecore_input/ecore_input_joystick.c | |
parent | 9c62ab525b86867664fa25749eccc51e094bbd5d (diff) |
ecore_input: suppress warning (unused parameter)
Diffstat (limited to 'src/lib/ecore_input/ecore_input_joystick.c')
-rw-r--r-- | src/lib/ecore_input/ecore_input_joystick.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ecore_input/ecore_input_joystick.c b/src/lib/ecore_input/ecore_input_joystick.c index 7051597f7e..d809a4b7a1 100644 --- a/src/lib/ecore_input/ecore_input_joystick.c +++ b/src/lib/ecore_input/ecore_input_joystick.c | |||
@@ -643,6 +643,8 @@ ecore_input_joystick_name_get(int index) | |||
643 | return eina_slstr_copy_new(name); | 643 | return eina_slstr_copy_new(name); |
644 | } | 644 | } |
645 | } | 645 | } |
646 | #else | ||
647 | (void) index; | ||
646 | #endif | 648 | #endif |
647 | return NULL; | 649 | return NULL; |
648 | } | 650 | } |