summaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-07 02:31:47 +0000
committerlaw <law@138bc75d-0d04-0410-961f-82ee72b054a4>2000-12-07 02:31:47 +0000
commit0f2b564d9b2753303a2eef00fa9ed5f58d85c782 (patch)
tree2ccd68c1c2d77cd128c7832d79d351d5642bff5f /gcc/c-lex.c
parent16ca82d63232d2034813f8c06a08124cca0ff485 (diff)
downloadgcc-0f2b564d9b2753303a2eef00fa9ed5f58d85c782.tar.gz
* c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
* collect2.c (scan_libraries): Remove unused `ch'. (COFF specific stuff): Prototype ldgetname. Declare and prototype ldbtread and ldclose. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38092 138bc75d-0d04-0410-961f-82ee72b054a4
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)