* toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
From-SVN: r32325
This commit is contained in:
parent
deb5e2801f
commit
32070bf2d8
2 changed files with 5 additions and 1 deletions
|
@ -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...
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue