aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/s-strops.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-strops.adb')
-rw-r--r--gcc/ada/s-strops.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-strops.adb b/gcc/ada/s-strops.adb
index c5552eb..4e43472 100644
--- a/gcc/ada/s-strops.adb
+++ b/gcc/ada/s-strops.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1992-2005 Free Software Foundation, Inc. --
+-- Copyright (C) 1992-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- --
@@ -31,6 +31,10 @@
-- --
------------------------------------------------------------------------------
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
package body System.String_Ops is
----------------