parent
b65e84d759
commit
7c81fa89e7
|
@ -23,6 +23,8 @@ z_const char * const z_errmsg[10] = {
|
||||||
(z_const char *)""
|
(z_const char *)""
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#pragma clang diagnostic push
|
||||||
|
#pragma clang diagnostic ignored "-Wdeprecated-non-prototype"
|
||||||
|
|
||||||
const char * ZEXPORT zlibVersion()
|
const char * ZEXPORT zlibVersion()
|
||||||
{
|
{
|
||||||
|
@ -321,6 +323,7 @@ void ZLIB_INTERNAL zcfree(opaque, ptr)
|
||||||
(void)opaque;
|
(void)opaque;
|
||||||
free(ptr);
|
free(ptr);
|
||||||
}
|
}
|
||||||
|
#pragma clang diagnostic pop
|
||||||
|
|
||||||
#endif /* MY_ZCALLOC */
|
#endif /* MY_ZCALLOC */
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue