summaryrefslogtreecommitdiff
path: root/gcc/ada/s-secsta.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-secsta.ads')
-rw-r--r--gcc/ada/s-secsta.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-secsta.ads b/gcc/ada/s-secsta.ads
index c5a2fadf502..4e39e224210 100644
--- a/gcc/ada/s-secsta.ads
+++ b/gcc/ada/s-secsta.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2006, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2007, 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- --
@@ -31,6 +31,10 @@
-- --
------------------------------------------------------------------------------
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
with System.Storage_Elements;
package System.Secondary_Stack is