1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-22 20:22:44 +03:00

Fix some warnings when compiling under MSVC.

FossilOrigin-Name: 708338773919fa024abbba55180654beb60e6d84
This commit is contained in:
shaneh
2010-07-02 17:05:03 +00:00
parent 230fd98dd3
commit 5eba1f60fe
6 changed files with 29 additions and 28 deletions

View File

@@ -1841,7 +1841,7 @@ static void constructAutomaticIndex(
}
}
}
assert( n==pLevel->plan.nEq );
assert( (u32)n==pLevel->plan.nEq );
/* Add additional columns needed to make the automatic index into
** a covering index */