* toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.

From-SVN: r32325
This commit is contained in:
Richard Kenner 2000-03-04 16:24:03 +00:00 committed by Richard Kenner
parent deb5e2801f
commit 32070bf2d8
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Sat Mar 4 11:32:30 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
2000-03-04 Jason Merrill <jason@casey.cygnus.com>
* stmt.c (is_body_block): Move...

View File

@ -5166,7 +5166,7 @@ debug_undef (lineno, buffer)
void
debug_ignore_block (block)
tree block;
tree block ATTRIBUTE_UNUSED;
{
#ifdef DWARF2_DEBUGGING_INFO
if (write_symbols == DWARF2_DEBUG)