diff options
author | Ian Lance Taylor <ian@airs.com> | 2000-04-02 06:27:51 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2000-04-02 06:27:51 +0000 |
commit | 921615346f890baafed8571a9b526f9a71fd497a (patch) | |
tree | 56aa43075e417d86db5ec58006c8ae709c631d6b /gas/app.c | |
parent | 9aaaa29133a5e3492b7197b3d608695d91843fc6 (diff) | |
download | gdb-921615346f890baafed8571a9b526f9a71fd497a.zip gdb-921615346f890baafed8571a9b526f9a71fd497a.tar.gz gdb-921615346f890baafed8571a9b526f9a71fd497a.tar.bz2 |
* app.c: Add ATTRIBUTE_UNUSED as needed.
* config/tc-ppc.c: Likewise.
(ppc_size): Make unsigned long.
(ppc_insert_operand): Add casts to avoid warnings.
Diffstat (limited to 'gas/app.c')
-rw-r--r-- | gas/app.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -92,7 +92,7 @@ static int process_escape PARAMS ((int)); void do_scrub_begin (m68k_mri) - int m68k_mri; + int m68k_mri ATTRIBUTE_UNUSED; { const char *p; int c; |