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:
@@ -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 ){
|
||||
|
||||
Reference in New Issue
Block a user