summaryrefslogtreecommitdiff
path: root/gcc/ada/s-memory.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-memory.adb')
-rw-r--r--gcc/ada/s-memory.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-memory.adb b/gcc/ada/s-memory.adb
index d149bd513ce..cfc539fcbdd 100644
--- a/gcc/ada/s-memory.adb
+++ b/gcc/ada/s-memory.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 2001-2006, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-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- --
@@ -43,6 +43,10 @@
-- you can remove the calls to Abort_Defer.all and Abort_Undefer.all from
-- this unit.
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
with Ada.Exceptions;
with System.Soft_Links;
with System.Parameters;