1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-05 04:30:38 +03:00

Fix harmless compiler warnings seen with MSVC.

FossilOrigin-Name: faa22e29a5a05a16d46a428d838acedfa7d6fad6239495d59a6a1f4764e1b1b6
This commit is contained in:
mistachkin
2017-09-09 00:51:36 +00:00
parent 7834551c1e
commit 2158a0c7ac
4 changed files with 11 additions and 11 deletions

View File

@@ -3074,7 +3074,7 @@ static void createSelftestTable(ShellState *p){
*/
static void set_table_name(ShellState *p, const char *zName){
int i, n;
int cQuote;
char cQuote;
char *z;
if( p->zDestTable ){