summaryrefslogtreecommitdiff
path: root/gcc/ada/g-speche.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-speche.adb')
-rw-r--r--gcc/ada/g-speche.adb6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/g-speche.adb b/gcc/ada/g-speche.adb
index 9d00bc5e099..72c0abcfacc 100644
--- a/gcc/ada/g-speche.adb
+++ b/gcc/ada/g-speche.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1998-2006, AdaCore --
+-- Copyright (C) 1998-2007, AdaCore --
-- --
-- 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 GNAT.Spelling_Checker is
------------------------