diff options
Diffstat (limited to 'gcc/ada/s-wchjis.ads')
-rw-r--r-- | gcc/ada/s-wchjis.ads | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ada/s-wchjis.ads b/gcc/ada/s-wchjis.ads index 45354aeb771..0d70a65f04b 100644 --- a/gcc/ada/s-wchjis.ads +++ b/gcc/ada/s-wchjis.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 1992-2006, 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- -- @@ -34,6 +34,10 @@ -- This package contains routines used for converting between internal -- JIS codes and the two external forms we support (EUC and Shift-JIS) +pragma Warnings (Off); +pragma Compiler_Unit; +pragma Warnings (On); + package System.WCh_JIS is pragma Pure; |