mirror of
https://github.com/reactos/reactos.git
synced 2025-07-22 16:23:37 +00:00
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:
parent
ffb05e59d0
commit
6b27e47c88
85 changed files with 101 additions and 89 deletions
|
@ -1750,7 +1750,7 @@ MingwModuleHandler::GenerateOtherMacros ()
|
|||
string globalCflags = "-g";
|
||||
if ( backend->usePipe )
|
||||
globalCflags += " -pipe";
|
||||
if ( !module.enableWarnings )
|
||||
if ( !module.allowWarnings )
|
||||
globalCflags += " -Werror";
|
||||
|
||||
fprintf (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue