X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Fwrstabs.c;h=8b51587589585c7d92d03cdd1483c86d13270ac2;hb=4cc782b5919b187ce44ea9d4a66793105aeb07da;hp=e428174f5b2e38c9b5c58da3008821f6c3c54030;hpb=5b64ad42d36e6d487e1f7287d37fbc243a178e72;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index e428174f5b..8b51587589 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -1,5 +1,5 @@ /* wrstabs.c -- Output stabs debugging information - Copyright (C) 1996, 1997, 1998 Free Software Foundation, Inc. + Copyright (C) 1996, 1997, 1998, 1999 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. @@ -984,7 +984,7 @@ static boolean stab_function_type (p, argcount, varargs) PTR p; int argcount; - boolean varargs; + boolean varargs ATTRIBUTE_UNUSED; { struct stab_write_handle *info = (struct stab_write_handle *) p; int i; @@ -2383,7 +2383,7 @@ stab_end_block (p, addr) /*ARGSUSED*/ static boolean stab_end_function (p) - PTR p; + PTR p ATTRIBUTE_UNUSED; { return true; }