Browse Source

* Fix compilation by disabling warnings for unsupported MIN/MAXSTACKSIZE

git-svn-id: trunk@19591 -
pierre 13 years ago
parent
commit
7f5f552e4a
1 changed files with 5 additions and 0 deletions
  1. 5 0
      compiler/pp.pas

+ 5 - 0
compiler/pp.pas

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