From 4c86e3d8bee2680c9be999b4627b19438f1ae728 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 11 May 2012 12:20:47 -0500 Subject: libtmtests - Eliminate missing prototype warnings --- testsuites/libtests/syscall01/init.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'testsuites/libtests/syscall01') diff --git a/testsuites/libtests/syscall01/init.c b/testsuites/libtests/syscall01/init.c index b438a9306c..8b63348a5d 100644 --- a/testsuites/libtests/syscall01/init.c +++ b/testsuites/libtests/syscall01/init.c @@ -27,6 +27,9 @@ #include #include +/* forward declarations to avoid warnings */ +static rtems_task Init(rtems_task_argument argument); + static const char open_driver_path [] = "/dev/open_driver"; struct rtems_bsdnet_config rtems_bsdnet_config; -- cgit v1.2.3