summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp23/sptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp23/sptest.adb')
-rw-r--r--c/src/ada-tests/sptests/sp23/sptest.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/ada-tests/sptests/sp23/sptest.adb b/c/src/ada-tests/sptests/sp23/sptest.adb
index 0d58c660df..4eade35467 100644
--- a/c/src/ada-tests/sptests/sp23/sptest.adb
+++ b/c/src/ada-tests/sptests/sp23/sptest.adb
@@ -10,7 +10,7 @@
--
--
--
--- COPYRIGHT (c) 1989-1997.
+-- COPYRIGHT (c) 1989-2009.
-- On-Line Applications Research Corporation (OAR).
--
-- The license and distribution terms for this file may in
@@ -21,8 +21,6 @@
--
with ADDRESS_IO;
-with INTERFACES; use INTERFACES;
-with RTEMS;
with TEST_SUPPORT;
with TEXT_IO;
with UNSIGNED32_IO;
@@ -37,6 +35,7 @@ package body SPTEST is
procedure INIT (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
INTERNAL_AREA : RTEMS.ADDRESS;
EXTERNAL_AREA : RTEMS.ADDRESS;
STATUS : RTEMS.STATUS_CODES;
@@ -98,6 +97,7 @@ package body SPTEST is
procedure TASK_1 (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
DPID : RTEMS.ID;
TO_BE_CONVERTED : RTEMS.ADDRESS;
CONVERTED : RTEMS.ADDRESS;