diff options
author | K. Richard Pixley <rich@cygnus> | 1993-09-08 20:57:08 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-09-08 20:57:08 +0000 |
commit | 0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b (patch) | |
tree | 33d031059a847d21d9326fbd1a635a55ab3a6c5a /gdb/ChangeLog | |
parent | 46c28185abd94175e479cec1ffaa9f2dd89f9e38 (diff) | |
download | gdb-0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b.zip gdb-0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b.tar.gz gdb-0ac0a9f6f14269d2a69c804a8194cc2f7009ab3b.tar.bz2 |
gcc lint
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ac2c9f..276df6b 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,18 @@ Wed Sep 8 13:01:10 1993 K. Richard Pixley (rich@cygnus.com) Gcc lint. + * printcmd.c (do_examine): initialize val_type. + (print_frame_args): initialize b. + * ser-tcp.c (tcp_restore): comment out declaration. Appears + unused. + * ser-unix.c (hardwire_restore): comment out declaration. Appears + unused. + (hardwire_send_break): moved variable status into ifdef + HAVE_SGTTY. + (wait_for): moved variable numfds into ifdef HAVE_SGTTY. + * serial.h: comment change only. + * stabsread.c (rs6000_builtin_type): initialize rettype. + (read_range_type): initialize nbits. * stack.c (print_frame_info): remove unused variable numargs. (parse_frame_specification): remove unused variables arg1, arg2, arg3. |