diff options
Diffstat (limited to 'gcc/ada/a-elchha.ads')
-rw-r--r-- | gcc/ada/a-elchha.ads | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gcc/ada/a-elchha.ads b/gcc/ada/a-elchha.ads index 8cbba63ee7c..1e36373baa7 100644 --- a/gcc/ada/a-elchha.ads +++ b/gcc/ada/a-elchha.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2003-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2003-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,9 +31,7 @@ -- Last chance handler. Unhandled exceptions are passed to this routine -pragma Warnings (Off); -pragma Compiler_Unit; -pragma Warnings (On); +pragma Compiler_Unit_Warning; procedure Ada.Exceptions.Last_Chance_Handler (Except : Exception_Occurrence); |