diff options
Diffstat (limited to 'gcc/ada/s-casuti.adb')
-rw-r--r-- | gcc/ada/s-casuti.adb | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-casuti.adb b/gcc/ada/s-casuti.adb index 16f756260d0..807024e7631 100644 --- a/gcc/ada/s-casuti.adb +++ b/gcc/ada/s-casuti.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1995-2005 AdaCore -- +-- Copyright (C) 1995-2007, AdaCore -- -- -- -- 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); + package body System.Case_Util is -------------- |