summaryrefslogtreecommitdiff
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.adb1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/g-thread.adb b/gcc/ada/g-thread.adb
index 94719ce9bd7..9f584fdc1ce 100644
--- a/gcc/ada/g-thread.adb
+++ b/gcc/ada/g-thread.adb
@@ -68,6 +68,7 @@ package body GNAT.Threads is
Parm : Void_Ptr;
Code : Code_Proc)
is
+ pragma Unreferenced (Parm);
pragma Priority (Prio);
pragma Storage_Size (Stsz);
end Thread;