kopia lustrzana https://gitlab.com/sane-project/backends
Fixes some warnings.
rodzic
5cab9b20c7
commit
51955adb9d
|
@ -49,6 +49,9 @@ static const char RCSid_sh[] = "$Header$";
|
|||
/* ------------------------------------------------------------------------- */
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.5 2004/11/13 19:53:04 fzago-guest
|
||||
* Fixes some warnings.
|
||||
*
|
||||
* Revision 1.4 2003/12/27 17:48:38 hmg-guest
|
||||
* Silenced some compilation warnings.
|
||||
*
|
||||
|
@ -537,7 +540,7 @@ static scsiblk window_descriptor_blockB =
|
|||
|
||||
/* ==================================================================== */
|
||||
|
||||
static scsiblk *lint_catcher[] =
|
||||
static scsiblk __unused__ *lint_catcher[] =
|
||||
{&reserve_unitB,
|
||||
&release_unitB,
|
||||
&inquiryB,
|
||||
|
|
|
@ -49,6 +49,9 @@ static const char RCSid_h[] = "$Header$";
|
|||
/* ------------------------------------------------------------------------- */
|
||||
/*
|
||||
* $Log$
|
||||
* Revision 1.6 2004/11/13 19:53:04 fzago-guest
|
||||
* Fixes some warnings.
|
||||
*
|
||||
* Revision 1.5 2004/05/23 17:28:56 hmg-guest
|
||||
* Use sanei_thread instead of fork() in the unmaintained backends.
|
||||
* Patches from Mattias Ellert (bugs: 300635, 300634, 300633, 300629).
|
||||
|
@ -270,7 +273,7 @@ static int
|
|||
static int
|
||||
wait_scanner (struct sp15c *s);
|
||||
|
||||
static int
|
||||
static int __unused__
|
||||
sp15c_object_position (struct sp15c *s);
|
||||
|
||||
static SANE_Status
|
||||
|
@ -279,7 +282,7 @@ static SANE_Status
|
|||
static void
|
||||
swap_res (struct sp15c *s);
|
||||
|
||||
static int
|
||||
static int __unused__
|
||||
sp15c_object_discharge (struct sp15c *s);
|
||||
|
||||
static int
|
||||
|
|
Ładowanie…
Reference in New Issue