From 7b64b25b1940813e7252f394d4ac2f720abc1208 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 29 May 2003 19:07:59 +0000 Subject: 2003-05-29 Joel Sherrill * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c, psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c, psxtimer/psxtimer.c: Removed warnings. --- testsuites/psxtests/psxreaddir/test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/psxtests/psxreaddir') diff --git a/testsuites/psxtests/psxreaddir/test.c b/testsuites/psxtests/psxreaddir/test.c index f8615dc578..d5d6015367 100644 --- a/testsuites/psxtests/psxreaddir/test.c +++ b/testsuites/psxtests/psxreaddir/test.c @@ -156,7 +156,7 @@ int select2 ( struct dirent *entry ) return 0; } -int compare_ascending( struct dirent **a, struct dirent **b ) +int compare_ascending(const struct dirent **a, const struct dirent **b ) { int i; @@ -180,7 +180,7 @@ int compare_descending( struct dirent **a, struct dirent **b ) return i; } -int test_across_mount() +void test_across_mount() { rtems_filesystem_mount_table_entry_t *mt_entry; int status; -- cgit v1.2.3