summaryrefslogtreecommitdiff
path: root/gcc/ada/s-exctab.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-exctab.ads')
-rw-r--r--gcc/ada/s-exctab.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-exctab.ads b/gcc/ada/s-exctab.ads
index db0f392f19e..ea4f15b577f 100644
--- a/gcc/ada/s-exctab.ads
+++ b/gcc/ada/s-exctab.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1996-2006, Free Software Foundation, Inc. --
+-- Copyright (C) 1996-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- --
@@ -35,6 +35,10 @@
-- registered exception names, for the implementation of the mapping
-- of names to exceptions (used for exception streams and attributes)
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
with System.Standard_Library;
package System.Exception_Table is