diff options
Diffstat (limited to 'gcc/ada/s-parame.ads')
-rw-r--r-- | gcc/ada/s-parame.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-parame.ads b/gcc/ada/s-parame.ads index e4317fafcf6..4ebfc5cd877 100644 --- a/gcc/ada/s-parame.ads +++ b/gcc/ada/s-parame.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2011, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-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- -- @@ -46,7 +46,7 @@ -- Note: do not introduce any pragma Inline statements into this unit, since -- otherwise the relinking and rebinding capability would be deactivated. -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package System.Parameters is pragma Pure; |