summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp26
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:16:00 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2000-01-04 14:16:00 +0000
commitbfded728ec4c912f666df94867c118a1004b0165 (patch)
tree3eadb7ff7985ef295828741c6de0477ad1493193 /testsuites/sptests/sp26
parentRemoved warning. (diff)
downloadrtems-bfded728ec4c912f666df94867c118a1004b0165.tar.bz2
Fixed warnings.
Diffstat (limited to 'testsuites/sptests/sp26')
-rw-r--r--testsuites/sptests/sp26/init.c2
-rw-r--r--testsuites/sptests/sp26/system.h4
2 files changed, 1 insertions, 5 deletions
diff --git a/testsuites/sptests/sp26/init.c b/testsuites/sptests/sp26/init.c
index e382569a0f..7682ad0011 100644
--- a/testsuites/sptests/sp26/init.c
+++ b/testsuites/sptests/sp26/init.c
@@ -29,8 +29,6 @@ rtems_task Init(
rtems_task_argument argument
)
{
- rtems_status_code status;
-
puts( "\n\n*** TEST 26 ***" );
task1();
diff --git a/testsuites/sptests/sp26/system.h b/testsuites/sptests/sp26/system.h
index 05b90c4164..5f13e865b3 100644
--- a/testsuites/sptests/sp26/system.h
+++ b/testsuites/sptests/sp26/system.h
@@ -21,9 +21,7 @@ rtems_task Init(
rtems_task_argument argument
);
-rtems_task Task_1(
- rtems_task_argument argument
-);
+void task1(void);
/* configuration information */