Skip to content

Commit

Permalink
Don't print out warnings when finalizing
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Aug 31, 2021
1 parent 931aa7a commit 44a56d3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/zlib/zlib.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
}


Expand Down

0 comments on commit 44a56d3

Please sign in to comment.