dc240: fix [-Wunused-parameter] compiler warning

The attribute needs to go before the pointer designation for it to have
any effect.
merge-requests/1/head
Olaf Meeuwissen 2016-07-18 16:11:39 +09:00
rodzic ef8e258165
commit 61719e0a13
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1643,7 +1643,7 @@ sane_set_io_mode (SANE_Handle UNUSEDARG handle, SANE_Bool
}
SANE_Status
sane_get_select_fd (SANE_Handle UNUSEDARG handle, SANE_Int * UNUSEDARG fd)
sane_get_select_fd (SANE_Handle UNUSEDARG handle, SANE_Int UNUSEDARG * fd)
{
return SANE_STATUS_UNSUPPORTED;
}