summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp25
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 20:34:24 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-05-04 20:34:24 +0000
commit9149e76784123202984c877092b5e0cfb744d813 (patch)
tree62b2b8d4fd0a0609712892184993a37d218c3ec6 /testsuites/sptests/sp25
parent2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-9149e76784123202984c877092b5e0cfb744d813.tar.bz2
2009-05-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp09/screen12.c, sp25/task1.c: Remove warnigns for wrong types.
Diffstat (limited to 'testsuites/sptests/sp25')
-rw-r--r--testsuites/sptests/sp25/task1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/sptests/sp25/task1.c b/testsuites/sptests/sp25/task1.c
index accbb21a9b..3113b20543 100644
--- a/testsuites/sptests/sp25/task1.c
+++ b/testsuites/sptests/sp25/task1.c
@@ -33,7 +33,7 @@ rtems_task Task_1(
void *address_8;
rtems_id region_id;
Heap_Information_block region_info;
- ssize_t segment_size;
+ intptr_t segment_size;
rtems_status_code status;
/* Obtain the region id */