kopia lustrzana https://gitlab.com/sane-project/backends
sp15c: Fix [-Wunused-const-variable=] compiler warning
The RCSid* variables have never been used for anything by the backend code.merge-requests/1/head
rodzic
86ab41d8f1
commit
2442ddf6d1
|
@ -1,7 +1,6 @@
|
|||
#ifndef SP15C_SCSI_H
|
||||
#define SP15C_SCSI_H
|
||||
|
||||
static const char RCSid_sh[] = "$Header$";
|
||||
/* sane - Scanner Access Now Easy.
|
||||
|
||||
This file is part of the SANE package.
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
static const char RCSid[] = "$Header$";
|
||||
/* sane - Scanner Access Now Easy.
|
||||
|
||||
This file is part of the SANE package.
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#ifndef SP15C_H
|
||||
#define SP15C_H
|
||||
|
||||
static const char RCSid_h[] = "$Header$";
|
||||
/* sane - Scanner Access Now Easy.
|
||||
|
||||
This file is part of the SANE package.
|
||||
|
|
Ładowanie…
Reference in New Issue