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

Fix harmless compiler warning.

FossilOrigin-Name: 2b510614dc6d878bd49eb428f167014f7f2e2568
This commit is contained in:
mistachkin
2013-09-12 00:54:59 +00:00
parent 89a75397e0
commit 61b7060c4f
3 changed files with 10 additions and 8 deletions

View File

@@ -3919,6 +3919,7 @@ static const sqlite3_io_methods winIoMethod = {
** sqlite3_vfs object.
*/
#if 0
/*
** Convert a filename from whatever the underlying operating system
** supports for filenames into UTF-8. Space to hold the result is
@@ -3937,6 +3938,7 @@ static char *winConvertToUtf8Filename(const void *zFilename){
/* caller will handle out of memory */
return zConverted;
}
#endif
/*
** Convert a UTF-8 filename into whatever form the underlying