kopia lustrzana https://gitlab.com/sane-project/backends
Mark internal function toupper_ascii as static
This fixes the following GCC warning: warning: no previous prototype for 'toupper_ascii'merge-requests/1/head
rodzic
13b6faee2a
commit
aba87a4582
|
@ -72,7 +72,7 @@
|
|||
* instead, so the debugging env var name matches the docs.
|
||||
* This is a particular problem in Turkish, where 'i' does
|
||||
* not capitalize to 'I' */
|
||||
char
|
||||
static char
|
||||
toupper_ascii (int c)
|
||||
{
|
||||
if(c > 0x60 && c < 0x7b)
|
||||
|
|
Ładowanie…
Reference in New Issue