summaryrefslogtreecommitdiff
path: root/gcc/ada/s-stache.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-stache.adb')
-rw-r--r--gcc/ada/s-stache.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-stache.adb b/gcc/ada/s-stache.adb
index cd5a472ba8e..3afccbc1d67 100644
--- a/gcc/ada/s-stache.adb
+++ b/gcc/ada/s-stache.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1999-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 1999-2007, Free Software Foundation, Inc. --
-- --
-- GNARL 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- --
@@ -31,6 +31,10 @@
-- --
------------------------------------------------------------------------------
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
-- As noted in the spec, this dummy body is present because otherwise we
-- have bootstrapping path problems (there used to be a real body).