This is the mail archive of the gdb-testers@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[binutils-gdb] Fix compile time warning messages about variables being used before they are initialised.


*** TEST RESULTS FOR COMMIT de13ef81f041f7f51687ef1873c74e853b97e73a ***

Author: Nick Clifton <nickc@redhat.com>
Branch: master
Commit: de13ef81f041f7f51687ef1873c74e853b97e73a

Fix compile time warning messages about variables being used before they are initialised.
	PR 18313
bin	* ieee.c (ieee_read_cxx_class): Initialise the varargs variable.
	* readelf.c (uncompress_section_contents): Zero initialise the
	zstream structure.

bfd	* compress.c (decompress_contents): Zero initialse the z_stream
	structure.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]