forked from github/server
gcc language purity complaint.
This commit is contained in:
parent
293190703f
commit
4d18fe68f8
|
@ -51,7 +51,7 @@
|
||||||
#define RESERVE_DONATIONS /* shall we reserve objects given to us by other factions? */
|
#define RESERVE_DONATIONS /* shall we reserve objects given to us by other factions? */
|
||||||
#define RESERVE_GIVE /* reserve anything that's given from one unit to another? */
|
#define RESERVE_GIVE /* reserve anything that's given from one unit to another? */
|
||||||
|
|
||||||
static int max_transfers() {
|
static int max_transfers(void) {
|
||||||
return get_param_int(global.parameters, "rules.give.max_men", 5);
|
return get_param_int(global.parameters, "rules.give.max_men", 5);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue