summaryrefslogtreecommitdiff
path: root/gcc/ada/s-imgenu.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-imgenu.ads')
-rw-r--r--gcc/ada/s-imgenu.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-imgenu.ads b/gcc/ada/s-imgenu.ads
index 853942259e1..e9b01f354e4 100644
--- a/gcc/ada/s-imgenu.ads
+++ b/gcc/ada/s-imgenu.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2000-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 2000-2007, 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,6 +36,10 @@
-- package System (where it is too early to start building image tables).
-- Special routines exist for the enumeration routines in these packages.
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
package System.Img_Enum is
pragma Pure;