win32 api compatibility fix

changed 'warnings' attribute of <module> to 'allowwarnings' to make it's function less ambiguous

svn path=/trunk/; revision=17755
This commit is contained in:
Royce Mitchell III 2005-09-08 23:10:17 +00:00
parent ffb05e59d0
commit 6b27e47c88
85 changed files with 101 additions and 89 deletions

View file

@ -1750,7 +1750,7 @@ MingwModuleHandler::GenerateOtherMacros ()
string globalCflags = "-g";
if ( backend->usePipe )
globalCflags += " -pipe";
if ( !module.enableWarnings )
if ( !module.allowWarnings )
globalCflags += " -Werror";
fprintf (