diff options
Diffstat (limited to 'zutil.h')
-rw-r--r-- | zutil.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -161,6 +161,12 @@ extern const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ | |||
161 | # endif | 161 | # endif |
162 | #endif | 162 | #endif |
163 | 163 | ||
164 | #if defined(__BORLANDC__) | ||
165 | #pragma warn -8004 | ||
166 | #pragma warn -8008 | ||
167 | #pragma warn -8066 | ||
168 | #endif | ||
169 | |||
164 | /* common defaults */ | 170 | /* common defaults */ |
165 | 171 | ||
166 | #ifndef OS_CODE | 172 | #ifndef OS_CODE |