* toplev.c (debug_ignore_block): Mark arg BLOCK as possibly unused.
authorRichard Kenner <kenner@vlsi1.ultra.nyu.edu>
Sat, 4 Mar 2000 16:24:03 +0000 (16:24 +0000)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 4 Mar 2000 16:24:03 +0000 (11:24 -0500)
From-SVN: r32325

gcc/ChangeLog
gcc/toplev.c

index 752fbb9..dab8a83 100644 (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...
index 05b1577..17fa655 100644 (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)