1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-08-08 14:02:16 +03:00

Additional fixes for harmless compiler warnings that are specific to this

branch.

FossilOrigin-Name: 9d8e73bf71e996b810959ffc0e60de69b5e8ca3301df52f9c35d5e9075921798
This commit is contained in:
drh
2018-08-18 18:27:18 +00:00
parent 2ee001ab39
commit 38d9964a73
5 changed files with 14 additions and 15 deletions

View File

@@ -3640,9 +3640,7 @@ int sqlite3CantopenError(int);
# define sqlite3Tolower(x) tolower((unsigned char)(x))
# define sqlite3Isquote(x) ((x)=='"'||(x)=='\''||(x)=='['||(x)=='`')
#endif
#ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS
int sqlite3IsIdChar(u8);
#endif
/*
** Internal function prototypes