Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #266647

Category gzip
Changed by Paul Eggert <eggertohnoyoudont@cs.ucla.edu>
Changed at Sat 09 May 2026 20:45:45
Repository git://git.savannah.gnu.org/gzip.git
Project gzip
Branch master
Revision 2d41201b7bc368d3af93958571eef6d7f0879139

Comments

gzip: pacify GCC 16 -Wuseless-cast
* gzip.h (put_byte, put_ubyte, put_short, SH):
* trees.c (ct_init, build_bl_tree, send_all_trees)
(flush_block):
* unlzh.c (unlzh):
Omit useless casts.
* gzip.h (put_short, put_long, SH): Replace possibly-useful casts
with compound literals.  They are “possibly-useful” because it
depends on the type of the macro’s argument.

Changed files