diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-18 22:45:16 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-01-18 22:45:16 +0000 |
commit | 2c3bea77287bef3eafe261e78d077f610940c711 (patch) | |
tree | ab9ed6c6f336499678b637365114e2d4a553e281 /gcc/final.c | |
parent | 4e17b6343bcb8830bc54a681c6168e6fde77dd23 (diff) | |
download | gcc-2c3bea77287bef3eafe261e78d077f610940c711.tar.gz |
* calls.c (emit_call_1): Mark parameter with ATTRIBUTE_UNUSED.
* except.c (eh_regs): Likewise.
* final.c (output_operand): Likewise.
* fold-const.c (target_isinf, target_isnan): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31490 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/final.c')
-rw-r--r-- | gcc/final.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/final.c b/gcc/final.c index f94a02f4f10..c38b5ae43db 100644 --- a/gcc/final.c +++ b/gcc/final.c @@ -3578,7 +3578,7 @@ output_asm_label (x) static void output_operand (x, code) rtx x; - int code; + int code ATTRIBUTE_UNUSED; { if (x && GET_CODE (x) == SUBREG) x = alter_subreg (x); |