diff options
Diffstat (limited to 'gcc/ada/s-stalib.adb')
-rw-r--r-- | gcc/ada/s-stalib.adb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-stalib.adb b/gcc/ada/s-stalib.adb index 5cf871461e7..1036f3ff2fa 100644 --- a/gcc/ada/s-stalib.adb +++ b/gcc/ada/s-stalib.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1995-2006, Free Software Foundation, Inc. -- +-- Copyright (C) 1995-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); + -- The purpose of this body is simply to ensure that the two with'ed units -- are properly included in the link. They are not with'ed from the spec -- of System.Standard_Library, since this would cause order of elaboration |