summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r--gcc/c-lex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c
index ea0391a90ed..cf65ceacb2c 100644
--- a/gcc/c-lex.c
+++ b/gcc/c-lex.c
@@ -217,7 +217,7 @@ dump_time_statistics ()
static void
cb_ident (pfile, str)
cpp_reader *pfile ATTRIBUTE_UNUSED;
- const cpp_string *str;
+ const cpp_string *str ATTRIBUTE_UNUSED;
{
#ifdef ASM_OUTPUT_IDENT
if (! flag_no_ident)