]> git.lizzy.rs Git - zlib.git/commit
Increase verbosity required to warn about bit length overflow.
authorMark Adler <madler@alumni.caltech.edu>
Sun, 20 Nov 2016 19:36:15 +0000 (11:36 -0800)
committerMark Adler <madler@alumni.caltech.edu>
Sun, 4 Dec 2016 15:48:47 +0000 (07:48 -0800)
commit21c66cd5ac8876f48a19882074933c6275eaa022
treea1e354078786b4399af68102ad8f65198aeed61a
parent37281ac222ee7ceb8cc3253f13c8fa26a88dd566
Increase verbosity required to warn about bit length overflow.

When debugging the Huffman coding would warn about resulting codes
greater than 15 bits in length. This is handled properly, and is
not uncommon. This increases the verbosity of the warning by one,
so that it is not displayed by default.
trees.c