OSDN Git Service

* 41intnam.ads, 42intnam.ads, 4aintnam.ads, 4cintnam.ads,
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-widenu.adb
index 80a255e..375664f 100644 (file)
@@ -6,9 +6,9 @@
 --                                                                          --
 --                                 B o d y                                  --
 --                                                                          --
---                            $Revision: 1.9 $
+--                            $Revision$
 --                                                                          --
---          Copyright (C) 1992-2000 Free Software Foundation, Inc.          --
+--          Copyright (C) 1992-2001 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- --
@@ -47,6 +47,8 @@ package body System.Wid_Enum is
       Lo, Hi  : Natural)
       return    Natural
    is
+      pragma Warnings (Off, Names);
+
       W : Natural;
 
       type Natural_8 is range 0 .. 2 ** 7 - 1;
@@ -78,6 +80,8 @@ package body System.Wid_Enum is
       Lo, Hi  : Natural)
       return    Natural
    is
+      pragma Warnings (Off, Names);
+
       W : Natural;
 
       type Natural_16 is range 0 .. 2 ** 15 - 1;
@@ -109,6 +113,8 @@ package body System.Wid_Enum is
       Lo, Hi  : Natural)
       return    Natural
    is
+      pragma Warnings (Off, Names);
+
       W : Natural;
 
       type Natural_32 is range 0 .. 2 ** 31 - 1;