summaryrefslogtreecommitdiff
path: root/gcc/ada/s-asthan.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-asthan.adb')
-rw-r--r--gcc/ada/s-asthan.adb6
1 files changed, 4 insertions, 2 deletions
diff --git a/gcc/ada/s-asthan.adb b/gcc/ada/s-asthan.adb
index 8247ec7a153..07a57f2330a 100644
--- a/gcc/ada/s-asthan.adb
+++ b/gcc/ada/s-asthan.adb
@@ -6,9 +6,9 @@
-- --
-- B o d y --
-- --
--- $Revision: 1.5 $ --
+-- $Revision$
-- --
--- Copyright (C) 1996-1998 Free Software Foundation, Inc. --
+-- Copyright (C) 1996-2001 Free Software Foundation, Inc. --
-- --
-- GNAT is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -41,6 +41,8 @@ with System.Aux_DEC;
package body System.AST_Handling is
+ pragma Warnings (Off); -- kill warnings on unreferenced formals
+
------------------------
-- Create_AST_Handler --
------------------------