diff options
| author | Manolo Gouy <Manolo> | 2011-02-27 16:28:28 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2011-02-27 16:28:28 +0000 |
| commit | d798e99431dfdc83f79c62de635189d10c718311 (patch) | |
| tree | 2e783265a442a4837999c22564a88b1542a5a0d3 | |
| parent | 00554a3ef5072da7748e710e6de2135748dd5594 (diff) | |
Removed MSWindows compilation warnings after update of zlib to v. 1.2.5
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8484 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
| -rw-r--r-- | zlib/gzguts.h | 2 | ||||
| -rw-r--r-- | zlib/zutil.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/zlib/gzguts.h b/zlib/gzguts.h index 0f8fb79f8..a659e6d60 100644 --- a/zlib/gzguts.h +++ b/zlib/gzguts.h @@ -13,7 +13,7 @@ #endif #if ((__GNUC__-0) * 10 + __GNUC_MINOR__-0 >= 33) && !defined(NO_VIZ) -# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) +# define ZLIB_INTERNAL /*__attribute__((visibility ("hidden")))*/ #else # define ZLIB_INTERNAL #endif diff --git a/zlib/zutil.h b/zlib/zutil.h index 258fa8879..aa03dfe04 100644 --- a/zlib/zutil.h +++ b/zlib/zutil.h @@ -14,7 +14,7 @@ #define ZUTIL_H #if ((__GNUC__-0) * 10 + __GNUC_MINOR__-0 >= 33) && !defined(NO_VIZ) -# define ZLIB_INTERNAL __attribute__((visibility ("hidden"))) +# define ZLIB_INTERNAL /*__attribute__((visibility ("hidden")))*/ #else # define ZLIB_INTERNAL #endif |
