]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
gcc -Wall lint.
authorIan Lance Taylor <ian@airs.com>
Wed, 18 Jan 1995 17:27:52 +0000 (17:27 +0000)
committerIan Lance Taylor <ian@airs.com>
Wed, 18 Jan 1995 17:27:52 +0000 (17:27 +0000)
commit958998b7aacbe2a7da7928add10a20e0b0e7424f
tree6646de0b24f8ae1db1e618f878da9918e3388e26
parent96d1566d78376216122164d909f4c9a8c20cb638
gcc -Wall lint.
* coffdump.c (dump_coff_scope): Cast pointer to unsigned long for
printf.
* coffgrok.c: Include bucomm.h.  Don't declare xmalloc.
(push_scope): Declare type of parameter link.
* size.c: Include libiberty.h.
* srconv.c: Include bucomm.h.
(find_base): Declare at top of file.
(wr_hd): Add default case to architecture switch.
(wr_dps_start): Declare type of parameter nest.
(wr_du): Comment out variables used only in commented out blocks.
(wr_dus): Remove unused variable i.
(wr_sc): Remove unused variables myinfo, low, and high.
* strings.c: Include libiberty.h.
* sysdump.c: Include <ctype.h>.
binutils/ChangeLog
binutils/coffdump.c [new file with mode: 0644]
binutils/coffgrok.c
binutils/srconv.c