mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-29 08:01:23 +03:00
Merge the Makefile.msc fix and the compiler warning fix from trunk. Also
fix another compiler warning in sqlite3session_diff(). FossilOrigin-Name: 7530e1bf557083ef91447a02f05b019dbe60fa70
This commit is contained in:
@ -1492,7 +1492,7 @@ int sqlite3session_diff(
|
||||
}
|
||||
|
||||
}
|
||||
sqlite3_free(azCol);
|
||||
sqlite3_free((char*)azCol);
|
||||
if( bMismatch ){
|
||||
*pzErrMsg = sqlite3_mprintf("table schemas do not match");
|
||||
rc = SQLITE_SCHEMA;
|
||||
|
Reference in New Issue
Block a user