summaryrefslogtreecommitdiffstats
path: root/c/src/ada-tests/sptests/sp15/sptest.adb
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/ada-tests/sptests/sp15/sptest.adb')
-rw-r--r--c/src/ada-tests/sptests/sp15/sptest.adb6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/ada-tests/sptests/sp15/sptest.adb b/c/src/ada-tests/sptests/sp15/sptest.adb
index b89df06f70..32e148f626 100644
--- a/c/src/ada-tests/sptests/sp15/sptest.adb
+++ b/c/src/ada-tests/sptests/sp15/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
@@ -20,8 +20,6 @@
-- $Id$
--
-with INTERFACES; use INTERFACES;
-with RTEMS;
with TEST_SUPPORT;
with TEXT_IO;
with UNSIGNED32_IO;
@@ -36,6 +34,7 @@ package body SPTEST is
procedure INIT (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
STATUS : RTEMS.STATUS_CODES;
begin
@@ -140,6 +139,7 @@ package body SPTEST is
procedure TASK_1 (
ARGUMENT : in RTEMS.TASK_ARGUMENT
) is
+ pragma Unreferenced(ARGUMENT);
PTID_1 : RTEMS.ID;
PTID_2 : RTEMS.ID;
BUFFER_ADDRESS_1 : RTEMS.ADDRESS;