Build with GCC<4 again.
git-svn-id: https://svn.code.sf.net/p/fteqw/code/trunk@2690 fc73d0e0-1445-4013-8a0c-d673dee63da5
This commit is contained in:
parent
e59d02ed52
commit
1a504ba342
1 changed files with 2 additions and 2 deletions
|
@ -448,9 +448,9 @@ void Validation_Ruleset(void)
|
||||||
*rsnames = '\0';
|
*rsnames = '\0';
|
||||||
|
|
||||||
#ifndef _MSC_VER
|
#ifndef _MSC_VER
|
||||||
#warning here's a question... Should we latch the ruleset unconditionally, or only when someone actually cares?
|
#warning "here's a question... Should we latch the ruleset unconditionally, or only when someone actually cares?"
|
||||||
#warning if we do it only when someone checks, we have a lot more checking, otherwise we have a freer tournament if the users choose to play that way
|
#warning if we do it only when someone checks, we have a lot more checking, otherwise we have a freer tournament if the users choose to play that way
|
||||||
#warning I'm going to do it the old-fashioned way
|
#warning "I'm going to do it the old-fashioned way"
|
||||||
#warning (yes, this is one for molgrum to resolve!)
|
#warning (yes, this is one for molgrum to resolve!)
|
||||||
#endif
|
#endif
|
||||||
for (rs = rulesets; rs->rulesetname; rs++)
|
for (rs = rulesets; rs->rulesetname; rs++)
|
||||||
|
|
Loading…
Reference in a new issue