summaryrefslogtreecommitdiff
path: root/gcc/ada/g-speche.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-speche.ads')
-rw-r--r--gcc/ada/g-speche.ads6
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/g-speche.ads b/gcc/ada/g-speche.ads
index ab3daeaecd5..8b039e8491a 100644
--- a/gcc/ada/g-speche.ads
+++ b/gcc/ada/g-speche.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- 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- --
@@ -35,6 +35,10 @@
-- This package provides a utility routine for checking for bad spellings
+pragma Warnings (Off);
+pragma Compiler_Unit;
+pragma Warnings (On);
+
package GNAT.Spelling_Checker is
pragma Pure;