diff options
Diffstat (limited to 'gcc/ada/s-strcom.ads')
-rw-r--r-- | gcc/ada/s-strcom.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-strcom.ads b/gcc/ada/s-strcom.ads index 6d1a303..7458f5d 100644 --- a/gcc/ada/s-strcom.ads +++ b/gcc/ada/s-strcom.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2002-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2002-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- -- @@ -31,7 +31,7 @@ -- This package contains functions for runtime comparisons on strings -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package System.String_Compare is |