diff --git a/input/input_autodetect.c b/input/input_autodetect.c index b97ee463dd..d8eceee420 100644 --- a/input/input_autodetect.c +++ b/input/input_autodetect.c @@ -30,7 +30,7 @@ /* Adds an index for devices with the same name, * so they can be identified in the GUI. */ -static void input_reindex_devices() +static void input_reindex_devices(void) { unsigned i; settings_t *settings = config_get_ptr();