summaryrefslogtreecommitdiffstats
path: root/gcc/ada/g-thread.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/g-thread.adb')
-rw-r--r--gcc/ada/g-thread.adb5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/g-thread.adb b/gcc/ada/g-thread.adb
index 92a2beab321..94719ce9bd7 100644
--- a/gcc/ada/g-thread.adb
+++ b/gcc/ada/g-thread.adb
@@ -128,7 +128,12 @@ package body GNAT.Threads is
T : Tasking.Task_Id;
use type Tasking.Task_Id;
+ -- This use clause should be removed once a visibility problem
+ -- with the MaRTE run time has been fixed. ???
+
+ pragma Warnings (Off);
use type System.OS_Interface.Thread_Id;
+ pragma Warnings (On);
begin
STPO.Lock_RTS;
OpenPOWER on IntegriCloud