]> git.ipfire.org Git - thirdparty/zlib-ng.git/commit
Clean up the use of switch cases. develop
authorMark Adler <git@madler.net>
Sat, 4 Apr 2026 01:47:11 +0000 (18:47 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 29 Jul 2026 09:53:07 +0000 (11:53 +0200)
commite15d0078380d0619615176fe4c6ceede55fe534e
tree60b0007e9ac988cd12f55d60cf1cebb555cbfe7d
parentc6df39a06a4d6aa701b25bd4b6b146dde4156e02
Clean up the use of switch cases.

Use default for exhaustive cases, initialize variables at declaration,
and remove dummy assignments in inftrees.c.

Upstream: https://github.com/madler/zlib/commit/fb8dd62f
infback.c
inflate.c
inftrees.c