1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-12-09 10:21:35 +03:00

Fix a couple of compiler warnings.

FossilOrigin-Name: 3899f3b95ed50773a72d907b39b451fefce69c9e
This commit is contained in:
drh
2011-06-15 12:43:36 +00:00
parent 376d1e5c4f
commit 1aa4f3e529
4 changed files with 11 additions and 12 deletions

View File

@@ -608,7 +608,7 @@ static int patternCompare(
return 0;
}
}else if( c==matchSet ){
int prior_c = 0;
u32 prior_c = 0;
assert( esc==0 ); /* This only occurs for GLOB, not LIKE */
seen = 0;
invert = 0;