Fossil SCM
One more compiler warning fix.
Commit
317c665ce6d548a4ad753a01b3c2b3c28b9ec4b63f0995195d179ed9b30a8f17
Parent
c1350c8a44236b4…
1 file changed
+1
-1
+1
-1
| --- src/http_ssl.c | ||
| +++ src/http_ssl.c | ||
| @@ -950,12 +950,12 @@ | ||
| 950 | 950 | }else |
| 951 | 951 | if( strncmp("show",zCmd,nCmd)==0 ){ |
| 952 | 952 | #if defined(FOSSIL_ENABLE_SSL) |
| 953 | 953 | const char *zName, *zValue; |
| 954 | 954 | const char *zUsed = 0; /* Trust store location actually used */ |
| 955 | -#endif | |
| 956 | 955 | size_t nName; |
| 956 | +#endif | |
| 957 | 957 | Stmt q; |
| 958 | 958 | int verbose = find_option("verbose","v",0)!=0; |
| 959 | 959 | verify_all_options(); |
| 960 | 960 | |
| 961 | 961 | #if !defined(FOSSIL_ENABLE_SSL) |
| 962 | 962 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -950,12 +950,12 @@ | |
| 950 | }else |
| 951 | if( strncmp("show",zCmd,nCmd)==0 ){ |
| 952 | #if defined(FOSSIL_ENABLE_SSL) |
| 953 | const char *zName, *zValue; |
| 954 | const char *zUsed = 0; /* Trust store location actually used */ |
| 955 | #endif |
| 956 | size_t nName; |
| 957 | Stmt q; |
| 958 | int verbose = find_option("verbose","v",0)!=0; |
| 959 | verify_all_options(); |
| 960 | |
| 961 | #if !defined(FOSSIL_ENABLE_SSL) |
| 962 |
| --- src/http_ssl.c | |
| +++ src/http_ssl.c | |
| @@ -950,12 +950,12 @@ | |
| 950 | }else |
| 951 | if( strncmp("show",zCmd,nCmd)==0 ){ |
| 952 | #if defined(FOSSIL_ENABLE_SSL) |
| 953 | const char *zName, *zValue; |
| 954 | const char *zUsed = 0; /* Trust store location actually used */ |
| 955 | size_t nName; |
| 956 | #endif |
| 957 | Stmt q; |
| 958 | int verbose = find_option("verbose","v",0)!=0; |
| 959 | verify_all_options(); |
| 960 | |
| 961 | #if !defined(FOSSIL_ENABLE_SSL) |
| 962 |