diff options
Diffstat (limited to 'gcc/ada/s-traceb.ads')
-rw-r--r-- | gcc/ada/s-traceb.ads | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-traceb.ads b/gcc/ada/s-traceb.ads index 0119b700a44..fc5cfb2a899 100644 --- a/gcc/ada/s-traceb.ads +++ b/gcc/ada/s-traceb.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- 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- -- @@ -33,7 +33,7 @@ -- execution location. The traceback shows the locations of calls in the call -- chain, up to either the top or a designated number of levels. -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; pragma Polling (Off); -- We must turn polling off for this unit, because otherwise we get |