aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-lex.c
diff options
context:
space:
mode:
authorRodney Brown <RodneyBrown@mynd.com>2000-12-07 02:31:47 +0000
committerJeff Law <law@gcc.gnu.org>2000-12-06 19:31:47 -0700
commitf5720527d9d0a0e088740d84def4dae62718f424 (patch)
tree2ccd68c1c2d77cd128c7832d79d351d5642bff5f /gcc/c-lex.c
parent6b4b8cb9ef5cd225dac506fd2b59f3f487e9ebbc (diff)
downloadgcc-f5720527d9d0a0e088740d84def4dae62718f424.zip
gcc-f5720527d9d0a0e088740d84def4dae62718f424.tar.gz
gcc-f5720527d9d0a0e088740d84def4dae62718f424.tar.bz2
c-lex.c (cb_indent): Decorate `str' argument, unused on HP-UX.
* 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. From-SVN: r38092
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 ea0391a..cf65cea 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)