summaryrefslogtreecommitdiff
path: root/zutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'zutil.h')
-rw-r--r--zutil.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/zutil.h b/zutil.h
index cddc4a7..3568c44 100644
--- a/zutil.h
+++ b/zutil.h
@@ -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