diff options
author | Alan Modra <amodra@gmail.com> | 2000-05-08 07:22:54 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2000-05-08 07:22:54 +0000 |
commit | 821011cc5b04dd05c9923eae278b676a9ced4ccd (patch) | |
tree | b2d8fe1e11091941280172c5dcc8497127a46e9c /opcodes/ChangeLog | |
parent | b35efbcd1b5345fea4be149e365d088d68757364 (diff) | |
download | gdb-821011cc5b04dd05c9923eae278b676a9ced4ccd.zip gdb-821011cc5b04dd05c9923eae278b676a9ced4ccd.tar.gz gdb-821011cc5b04dd05c9923eae278b676a9ced4ccd.tar.bz2 |
Kill compiler warnings with ATTRIBUTE_UNUSED.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 6625d83..8625222 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2000-05-08 Alan Modra <alan@linuxcare.com.au> + + * m68k-dis.c (dummy_printer): Add ATTRIBUTE_UNUSED to args. + (dummy_print_address): Ditto. + 2000-05-04 Timothy Wall <twall@cygnus.com> * tic54x-opc.c: New. |