OSDN Git Service

2007-12-06 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-taskin.adb
index 214d7a4..3a4cbe5 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                  B o d y                                 --
 --                                                                          --
---          Copyright (C) 1992-2006, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2007, Free Software Foundation, Inc.         --
 --                                                                          --
 -- GNARL 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- --
@@ -160,9 +160,11 @@ package body System.Tasking is
 
    procedure Initialize is
       T             : Task_Id;
-      Success       : Boolean;
       Base_Priority : Any_Priority;
 
+      Success : Boolean;
+      pragma Warnings (Off, Success);
+
    begin
       if Initialized then
          return;