diff options
author | K. Richard Pixley <rich@cygnus> | 1993-02-17 21:58:25 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1993-02-17 21:58:25 +0000 |
commit | 040b9597711d9c58ca825f797da1c26a2f5bcdba (patch) | |
tree | b14cca52259221c4c42f0a3556ad87e966ff40cd /gdb/ChangeLog | |
parent | 9549404ee4cc82140c60ad1fe2798787f6f97b25 (diff) | |
download | gdb-040b9597711d9c58ca825f797da1c26a2f5bcdba.zip gdb-040b9597711d9c58ca825f797da1c26a2f5bcdba.tar.gz gdb-040b9597711d9c58ca825f797da1c26a2f5bcdba.tar.bz2 |
* dbxread.c (process_one_symbol): cast enum value N_SO into int when
comparing against an int. Avoids superfluous warning from vax
ultrix 4.2 cc.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index b18882e..3b52c06 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,9 @@ Wed Feb 17 13:40:29 1993 K. Richard Pixley (rich@cygnus.com) + * dbxread.c (process_one_symbol): cast enum value N_SO into int + when comparing against an int. Avoids superfluous warning from + vax ultrix 4.2 cc. + * inflow.c (set_sigint_trap): add cast to assignment from signal. Avoids superfluous warnings from some systems and/or compilers (like vax ultrix 4.2.) |