mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 21:48:09 +02:00
* Fix compilation by disabling warnings for unsupported MIN/MAXSTACKSIZE
git-svn-id: trunk@19591 -
This commit is contained in:
parent
12d611e255
commit
7f5f552e4a
@ -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 }
|
||||
|
Loading…
Reference in New Issue
Block a user