Fossil SCM
Silence harmless compiler warning.
Commit
16113accff6000b605e03ef46d0e48b06e7beafc
Parent
3892fcab71e6a45…
1 file changed
+1
+1
| --- src/setup.c | ||
| +++ src/setup.c | ||
| @@ -1199,10 +1199,11 @@ | ||
| 1199 | 1199 | login_check_credentials(); |
| 1200 | 1200 | if( !g.perm.Setup ){ |
| 1201 | 1201 | login_needed(); |
| 1202 | 1202 | } |
| 1203 | 1203 | |
| 1204 | + (void) aCmdHelp; /* NOTE: Silence compiler warning. */ | |
| 1204 | 1205 | style_header("Settings"); |
| 1205 | 1206 | db_open_local(0); |
| 1206 | 1207 | db_begin_transaction(); |
| 1207 | 1208 | @ <p>This page provides a simple interface to the "fossil setting" command. |
| 1208 | 1209 | @ See the "fossil help setting" output below for further information on |
| 1209 | 1210 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1199,10 +1199,11 @@ | |
| 1199 | login_check_credentials(); |
| 1200 | if( !g.perm.Setup ){ |
| 1201 | login_needed(); |
| 1202 | } |
| 1203 | |
| 1204 | style_header("Settings"); |
| 1205 | db_open_local(0); |
| 1206 | db_begin_transaction(); |
| 1207 | @ <p>This page provides a simple interface to the "fossil setting" command. |
| 1208 | @ See the "fossil help setting" output below for further information on |
| 1209 |
| --- src/setup.c | |
| +++ src/setup.c | |
| @@ -1199,10 +1199,11 @@ | |
| 1199 | login_check_credentials(); |
| 1200 | if( !g.perm.Setup ){ |
| 1201 | login_needed(); |
| 1202 | } |
| 1203 | |
| 1204 | (void) aCmdHelp; /* NOTE: Silence compiler warning. */ |
| 1205 | style_header("Settings"); |
| 1206 | db_open_local(0); |
| 1207 | db_begin_transaction(); |
| 1208 | @ <p>This page provides a simple interface to the "fossil setting" command. |
| 1209 | @ See the "fossil help setting" output below for further information on |
| 1210 |