kopia lustrzana https://gitlab.com/sane-project/backends
tamarack: Fix [-Wunused-const-variable=] compiler warning
The u8_range has been `#if 0`'d to match the gamma options' have been disabled (since the initial revision). The options refer to u8_range.merge-requests/1/head
rodzic
2442ddf6d1
commit
a2083538e9
|
@ -92,12 +92,14 @@ static const SANE_String_Const mode_list[] =
|
|||
};
|
||||
|
||||
|
||||
#if 0
|
||||
static const SANE_Range u8_range =
|
||||
{
|
||||
0, /* minimum */
|
||||
255, /* maximum */
|
||||
0 /* quantization */
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
/* David used " 100 << SANE_FIXED_SCALE_SHIFT ". This assumes that
|
||||
|
|
Ładowanie…
Reference in New Issue