* Fix compilation by disabling warnings for unsupported MIN/MAXSTACKSIZE

git-svn-id: trunk@19591 -
This commit is contained in:
pierre 2011-11-03 13:22:53 +00:00
parent 12d611e255
commit 7f5f552e4a

View File

@ -144,6 +144,11 @@ program pp;
{$endif i386}
{$endif support_mmx}
{ Don't care about minstacksize or maxstacksize not beeing supported by current OS }
{$WARN 2077 OFF}
{$WARN 2078 OFF}
{$ifdef win32}
{ 256 MB stack }
{ under windows the stack can't grow }