]> git.gag.com Git - debian/gzip/commit
build: avoid many const-related warnings
authorJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 17:32:28 +0000 (18:32 +0100)
committerJim Meyering <meyering@redhat.com>
Fri, 20 Nov 2009 17:55:49 +0000 (18:55 +0100)
commite67b41c47c96cede8a89dd7403791a2e245a01d1
treeb8445c6080e82fc312e258bd7fb09c423bc86df5
parentd54af7931a5b2ff7f5cb3759f948ea204a482307
build: avoid many const-related warnings

* gzip.c: Add "const" to many variables, to avoid compiler warnings.
* util.c (add_envopt): Make 3rd parameter const
(gzip_error): Make sole parameter const.
* gzip.h: Update prototypes.
gzip.c
gzip.h
util.c