Changeset 989 for vendor/current/third_party
- Timestamp:
- Nov 25, 2016, 8:04:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
vendor/current/third_party/zlib/zlib.h
r988 r989 214 214 /* for compatibility with versions < 1.0.2 */ 215 215 216 #if (__GNUC__ >= 3) && (__GNUC_MINOR__ >= 1)216 #ifdef HAVE___ATTRIBUTE__ 217 217 /** Use gcc attribute to check printf fns. a1 is the 1-based index of 218 218 * the parameter containing the format, and a2 the index of the first
Note:
See TracChangeset
for help on using the changeset viewer.