summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp19/sptest.adp
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp19/sptest.adp')
-rw-r--r--c/src/ada-tests/sptests/sp19/sptest.adp3
1 files changed, 2 insertions, 1 deletions
diff --git a/c/src/ada-tests/sptests/sp19/sptest.adp b/c/src/ada-tests/sptests/sp19/sptest.adp
index bc7c502b09..ad5d72a439 100644
--- a/c/src/ada-tests/sptests/sp19/sptest.adp
+++ b/c/src/ada-tests/sptests/sp19/sptest.adp
@@ -18,7 +18,6 @@
with INTERFACES; use INTERFACES;
with FLOAT_IO;
-with RTEMS;
with TEST_SUPPORT;
with TEXT_IO;
with UNSIGNED32_IO;
@@ -261,6 +260,7 @@ package body SPTEST is
procedure FP_TASK (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
STATUS : RTEMS.STATUS_CODES;
TID : RTEMS.ID;
TIME : RTEMS.TIME_OF_DAY;
@@ -344,6 +344,7 @@ package body SPTEST is
procedure TASK_1 (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
STATUS : RTEMS.STATUS_CODES;
TID : RTEMS.ID;
TIME : RTEMS.TIME_OF_DAY;