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:
Mark Olsen 2007-09-23 22:08:55 +00:00
parent e59d02ed52
commit 1a504ba342
1 changed files with 2 additions and 2 deletions

View File

@ -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++)