Author: manolo
Date: 2011-02-27 08:28:28 -0800 (Sun, 27 Feb 2011)
New Revision: 8484
Log:
Removed MSWindows compilation warnings after update of zlib to v. 1.2.5
Modified:
branches/branch-1.3/zlib/gzguts.h
branches/branch-1.3/zlib/zutil.h
Modified: branches/branch-1.3/zlib/gzguts.h
===================================================================
--- branches/branch-1.3/zlib/gzguts.h 2011-02-27 16:04:40 UTC (rev 8483)
+++ branches/branch-1.3/zlib/gzguts.h 2011-02-27 16:28:28 UTC (rev 8484)
@@ -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
Modified: branches/branch-1.3/zlib/zutil.h
===================================================================
--- branches/branch-1.3/zlib/zutil.h 2011-02-27 16:04:40 UTC (rev 8483)
+++ branches/branch-1.3/zlib/zutil.h 2011-02-27 16:28:28 UTC (rev 8484)
@@ -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
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit