Fossil SCM
Fix a harmless compiler warning.
Commit
276ae463839cfdb90ae9963a18688a3dab8b68b0
Parent
494b2a4c9202007…
1 file changed
-1
-1
| --- src/fusefs.c | ||
| +++ src/fusefs.c | ||
| @@ -319,11 +319,10 @@ | ||
| 319 | 319 | #ifndef FOSSIL_HAVE_FUSEFS |
| 320 | 320 | fossil_fatal("this build of fossil does not support the fuse filesystem"); |
| 321 | 321 | #else |
| 322 | 322 | char *zMountPoint; |
| 323 | 323 | char *azNewArgv[5]; |
| 324 | - int i; | |
| 325 | 324 | int doDebug = find_option("debug","d",0)!=0; |
| 326 | 325 | |
| 327 | 326 | db_find_and_open_repository(0,0); |
| 328 | 327 | verify_all_options(); |
| 329 | 328 | blob_init(&fusefs.content, 0, 0); |
| 330 | 329 |
| --- src/fusefs.c | |
| +++ src/fusefs.c | |
| @@ -319,11 +319,10 @@ | |
| 319 | #ifndef FOSSIL_HAVE_FUSEFS |
| 320 | fossil_fatal("this build of fossil does not support the fuse filesystem"); |
| 321 | #else |
| 322 | char *zMountPoint; |
| 323 | char *azNewArgv[5]; |
| 324 | int i; |
| 325 | int doDebug = find_option("debug","d",0)!=0; |
| 326 | |
| 327 | db_find_and_open_repository(0,0); |
| 328 | verify_all_options(); |
| 329 | blob_init(&fusefs.content, 0, 0); |
| 330 |
| --- src/fusefs.c | |
| +++ src/fusefs.c | |
| @@ -319,11 +319,10 @@ | |
| 319 | #ifndef FOSSIL_HAVE_FUSEFS |
| 320 | fossil_fatal("this build of fossil does not support the fuse filesystem"); |
| 321 | #else |
| 322 | char *zMountPoint; |
| 323 | char *azNewArgv[5]; |
| 324 | int doDebug = find_option("debug","d",0)!=0; |
| 325 | |
| 326 | db_find_and_open_repository(0,0); |
| 327 | verify_all_options(); |
| 328 | blob_init(&fusefs.content, 0, 0); |
| 329 |