aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/tree_in.ads
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-07-15 12:15:49 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-07-15 12:15:49 +0200
commit00838d9ae17529661245350976a8f1ce5e553415 (patch)
treeb323f92ac5c08a17d70389e07bf81bf543063039 /gcc/ada/tree_in.ads
parentfa01135d3e8a215c3e1eb4773ffeee2a15f3c181 (diff)
downloadgcc-00838d9ae17529661245350976a8f1ce5e553415.zip
gcc-00838d9ae17529661245350976a8f1ce5e553415.tar.gz
gcc-00838d9ae17529661245350976a8f1ce5e553415.tar.bz2
[multiple changes]
2009-07-15 Sergey Rybin <rybin@adacore.com> * tree_in.ads, output.adb, tree_io.ads: Get rid of pragmas Warnings Off/On for with clause to System.OS_Lib - not needed any more. 2009-07-15 Ed Schonberg <schonberg@adacore.com> * sem_warn.adb (Warn_On_Constant_Condition): if the constant condition is a literal of a derived boolean type, it appears as an unchecked conversion. Retrieve actual value from expression of conversion. 2009-07-15 Robert Dewar <dewar@adacore.com> * sem_ch3.adb: Minor reformatting * lib-xref.ads, lib-xref.adb, lib.ads, par_sco.ads, par_sco.adb, lib-writ.ads, lib-writ.adb: Minor reformatting. Fix problem with SCO format in ALI files From-SVN: r149674
Diffstat (limited to 'gcc/ada/tree_in.ads')
-rw-r--r--gcc/ada/tree_in.ads6
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/ada/tree_in.ads b/gcc/ada/tree_in.ads
index 5fa0735..66c590a 100644
--- a/gcc/ada/tree_in.ads
+++ b/gcc/ada/tree_in.ads
@@ -34,13 +34,7 @@
-- tools that need to read the tree to the tree reading routines, and is
-- thus bound as part of such tools.
--- Note: the pragma Warnings (Off) here is because ASIS compiles this unit
--- without -gnatg, and System.OS_Lib is an implementation unit. This is a
--- temporary kludge which will be better resolved later on ???
-
-pragma Warnings (Off);
with System.OS_Lib; use System.OS_Lib;
-pragma Warnings (On);
procedure Tree_In (Desc : File_Descriptor);
-- Desc is the file descriptor for the file containing the tree, as written