diff options
Diffstat (limited to 'gcc/ada/s-restri.adb')
-rw-r--r-- | gcc/ada/s-restri.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-restri.adb b/gcc/ada/s-restri.adb index 7ce6da9..bd87b17 100644 --- a/gcc/ada/s-restri.adb +++ b/gcc/ada/s-restri.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2004-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2004-2013, 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- -- @@ -29,7 +29,7 @@ -- -- ------------------------------------------------------------------------------ -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package body System.Restrictions is use Rident; |