Commit 32070bf2 by Richard Kenner Committed by Richard Kenner

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

From-SVN: r32325
parent deb5e280
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...
......
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment