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/psxhdrs/pthread07.c | 1 + 1 file changed, 1 insertion(+) (limited to 'testsuites/psxtests/psxhdrs/pthread07.c') diff --git a/testsuites/psxtests/psxhdrs/pthread07.c b/testsuites/psxtests/psxhdrs/pthread07.c index 9192820821..882cee3d11 100644 --- a/testsuites/psxtests/psxhdrs/pthread07.c +++ b/testsuites/psxtests/psxhdrs/pthread07.c @@ -24,6 +24,7 @@ void *test_task( { for ( ; ; ) ; + return NULL; } void test( void ) -- cgit v1.2.3