diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 15:20:17 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2010-06-22 15:20:17 +0200 |
commit | fa5aa8353877421229443a04c4d9711fb2dd4aa5 (patch) | |
tree | ba1a77f937880d077256606fd8983752c417793d /gcc/ada/scng.adb | |
parent | f6da8aff3dfd442088e586dc69bb7cc5c67167bd (diff) | |
download | gcc-fa5aa8353877421229443a04c4d9711fb2dd4aa5.zip gcc-fa5aa8353877421229443a04c4d9711fb2dd4aa5.tar.gz gcc-fa5aa8353877421229443a04c4d9711fb2dd4aa5.tar.bz2 |
[multiple changes]
2010-06-22 Emmanuel Briot <briot@adacore.com>
* fmap.adb, scng.adb, switch-m.ads, sinput-c.adb, opt.ads, output.ads,
tree_io.ads, osint.adb, osint.ads: Use configuration pragmas to prevent
warnings on use of internal GNAT units.
2010-06-22 Jose Ruiz <ruiz@adacore.com>
* s-taprop-vxworks.adb (Set_Priority): Update comments.
2010-06-22 Paul Hilfinger <hilfinger@adacore.com>
* s-rannum.adb: Make stylistic change to remove mystery constant in
Extract_Value. Image_Numeral_Length: new symbolic constant.
2010-06-22 Ed Schonberg <schonberg@adacore.com>
* einfo.ads, einfo.adb: Make Is_Protected_Interface,
Is_Synchronized_Interface, Is_Task_Interface into computable
predicates, to free three flags in entity nodes.
* sem_ch3.adb: Remove setting of these flags.
From-SVN: r161181
Diffstat (limited to 'gcc/ada/scng.adb')
-rw-r--r-- | gcc/ada/scng.adb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/scng.adb b/gcc/ada/scng.adb index 5a2dc00..383d884 100644 --- a/gcc/ada/scng.adb +++ b/gcc/ada/scng.adb @@ -23,6 +23,11 @@ -- -- ------------------------------------------------------------------------------ +-- This unit is used by gnatcoll +pragma Warnings (Off, "*is an internal GNAT unit"); +pragma Warnings (Off, "*use of this unit is non-portable*"); +pragma Warnings (Off, "*use * instead"); + with Csets; use Csets; with Err_Vars; use Err_Vars; with Hostparm; use Hostparm; |