aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/prj.adb
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2010-06-22 14:45:13 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2010-06-22 14:45:13 +0200
commit31b8a02d0b2d0bf678b3a06c97d2c3a41c310a1d (patch)
treed071beda4ac5f0b5fd0255c950ac090e3e452451 /gcc/ada/prj.adb
parente86a3a7e6ffb78b799a3a92d958e1afd2237adb1 (diff)
downloadgcc-31b8a02d0b2d0bf678b3a06c97d2c3a41c310a1d.zip
gcc-31b8a02d0b2d0bf678b3a06c97d2c3a41c310a1d.tar.gz
gcc-31b8a02d0b2d0bf678b3a06c97d2c3a41c310a1d.tar.bz2
[multiple changes]
2010-06-22 Vincent Celier <celier@adacore.com> * projects.texi: Minor spelling error fixes. Minor reformatting. 2010-06-22 Emmanuel Briot <briot@adacore.com> * prj-part.adb, prj-ext.adb, prj.adb, makeutl.adb, prj-conf.adb: Remove warnings for some with clauses. From-SVN: r161172
Diffstat (limited to 'gcc/ada/prj.adb')
-rw-r--r--gcc/ada/prj.adb4
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/prj.adb b/gcc/ada/prj.adb
index fc66bd1..ce12d99 100644
--- a/gcc/ada/prj.adb
+++ b/gcc/ada/prj.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2010, 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- --
@@ -36,8 +36,10 @@ with Ada.Unchecked_Deallocation;
with GNAT.Directory_Operations; use GNAT.Directory_Operations;
+pragma Warnings (Off);
with System.Case_Util; use System.Case_Util;
with System.HTable;
+pragma Warnings (On);
package body Prj is