diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-25 19:53:00 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-02-25 19:53:00 +0000 |
commit | 20e31e42626c109b96cb044d39a574ef6f18986e (patch) | |
tree | 2eee449e7a4167a1bc1ec3b3986113b2a1923516 /gcc/ada/s-conca9.adb | |
parent | 7b7f33670b97cb646d94435df4e390e4f9264bd4 (diff) | |
download | gcc-20e31e42626c109b96cb044d39a574ef6f18986e.tar.gz |
2014-02-25 Basile Starynkevitch <basile@starynkevitch.net>
{{merge using svnmerge.py with trunk GCC 4.9 svn
rev.208153. Notice that svn 1.8.8 crashes while doing this, so
merged with svn 1.7.14... All is well compiled.}}
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@208154 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/s-conca9.adb')
-rw-r--r-- | gcc/ada/s-conca9.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/s-conca9.adb b/gcc/ada/s-conca9.adb index 530eee19349..bb66da1ab1d 100644 --- a/gcc/ada/s-conca9.adb +++ b/gcc/ada/s-conca9.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 2008-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 2008-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- -- @@ -29,7 +29,7 @@ -- -- ------------------------------------------------------------------------------ -pragma Compiler_Unit; +pragma Compiler_Unit_Warning; with System.Concat_8; |