diff options
Diffstat (limited to 'Source/cmStandardIncludes.h')
-rw-r--r-- | Source/cmStandardIncludes.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmStandardIncludes.h b/Source/cmStandardIncludes.h index 30d1a7f..5168014 100644 --- a/Source/cmStandardIncludes.h +++ b/Source/cmStandardIncludes.h @@ -34,7 +34,9 @@ #endif #ifdef __BORLANDC__ -#pragma warn -8030 /* Temporary used for parameter */ +# pragma warn -8030 /* Temporary used for parameter */ +# pragma warn -8027 /* 'for' not inlined. */ +# pragma warn -8026 /* 'exception' not inlined. */ #endif #ifdef __ICL |