gcc language purity complaint.

This commit is contained in:
Enno Rehling 2015-03-13 21:56:18 +01:00
parent 293190703f
commit 4d18fe68f8
1 changed files with 1 additions and 1 deletions

View File

@ -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);
} }