mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/zlib] Don't print out warnings when finalizing
https://github.com/ruby/zlib/commit/44a56d36e7
This commit is contained in:
parent
31c427511c
commit
d3155e3632
1 changed files with 2 additions and 0 deletions
|
@ -354,7 +354,9 @@ raise_zlib_error(int err, const char *msg)
|
|||
static void
|
||||
finalizer_warn(const char *msg)
|
||||
{
|
||||
#if 0
|
||||
fprintf(stderr, "zlib(finalizer): %s\n", msg);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue