diff options
Diffstat (limited to 'gcc/ada/s-string.ads')
-rw-r--r-- | gcc/ada/s-string.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-string.ads b/gcc/ada/s-string.ads index 87b7e8a..ee05498 100644 --- a/gcc/ada/s-string.ads +++ b/gcc/ada/s-string.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1995-2012, Free Software Foundation, Inc. -- +-- Copyright (C) 1995-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- -- @@ -35,7 +35,7 @@ -- be used by other predefined packages. User access to this package is via -- a renaming of this package in GNAT.String (file g-string.ads). -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; with Ada.Unchecked_Deallocation; |