mirror of
https://github.com/nzp-team/fteqw.git
synced 2024-11-10 22:51:57 +00:00
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';
|
||||
|
||||
#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 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!)
|
||||
#endif
|
||||
for (rs = rulesets; rs->rulesetname; rs++)
|
||||
|
|
Loading…
Reference in a new issue