Fix compilation problem on OS/X gcc with UNUSEDARG

DEVEL_2_0_BRANCH-1
Peter Fales 2002-10-19 16:35:02 +00:00
rodzic 2f02a5fa77
commit 2726f546bb
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2754,7 +2754,7 @@ sane_set_io_mode (SANE_Handle UNUSEDARG handle,
}
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;
}