mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-07 21:27:41 +08:00
* toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
From-SVN: r32325
This commit is contained in:
parent
deb5e2801f
commit
32070bf2d8
@ -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…
Reference in New Issue
Block a user