diff options
Diffstat (limited to 'gcc/ada/s-traceb.adb')
-rw-r--r-- | gcc/ada/s-traceb.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-traceb.adb b/gcc/ada/s-traceb.adb index d4de95d7e05..b32e2a1b075 100644 --- a/gcc/ada/s-traceb.adb +++ b/gcc/ada/s-traceb.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1999-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1999-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- -- @@ -34,7 +34,7 @@ -- Note: this unit must be compiled using -fno-optimize-sibling-calls. -- See comment below in body of Call_Chain for details on the reason. -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; package body System.Traceback is |