aboutsummaryrefslogtreecommitdiff
path: root/test/fuzzcheck.c
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2015-10-12 22:20:29 +0000
committermistachkin <mistachkin@noemail.net>2015-10-12 22:20:29 +0000
commitf2c26ed17b3e4f09a84d8574185b34fcaf1fe322 (patch)
tree793a0154722fc296c0b44b8ae6e18baa0ab5a2c9 /test/fuzzcheck.c
parentdf705d8185df5691474314a3f07ec9cf18d3770d (diff)
downloadsqlite-f2c26ed17b3e4f09a84d8574185b34fcaf1fe322.tar.gz
sqlite-f2c26ed17b3e4f09a84d8574185b34fcaf1fe322.zip
Fix a couple harmless compiler warnings.
FossilOrigin-Name: 7f896a971c5953d5370215ecd834d1fb711b4263
Diffstat (limited to 'test/fuzzcheck.c')
-rw-r--r--test/fuzzcheck.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/fuzzcheck.c b/test/fuzzcheck.c
index 4597891c3..b1ba573d6 100644
--- a/test/fuzzcheck.c
+++ b/test/fuzzcheck.c
@@ -1051,7 +1051,6 @@ int main(int argc, char **argv){
/* Print the description, if there is one */
if( !quietFlag ){
- int i;
zDbName = azSrcDb[iSrcDb];
i = strlen(zDbName) - 1;
while( i>0 && zDbName[i-1]!='/' && zDbName[i-1]!='\\' ){ i--; }