Fossil SCM

Silence harmless compiler warning.

mistachkin 2013-09-30 11:39 trunk
Commit 16113accff6000b605e03ef46d0e48b06e7beafc
1 file changed +1
--- src/setup.c
+++ src/setup.c
@@ -1199,10 +1199,11 @@
11991199
login_check_credentials();
12001200
if( !g.perm.Setup ){
12011201
login_needed();
12021202
}
12031203
1204
+ (void) aCmdHelp; /* NOTE: Silence compiler warning. */
12041205
style_header("Settings");
12051206
db_open_local(0);
12061207
db_begin_transaction();
12071208
@ <p>This page provides a simple interface to the "fossil setting" command.
12081209
@ See the "fossil help setting" output below for further information on
12091210
--- 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

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button