From 1b4b7f397b38b31d6ba84cbabe552e7703954b22 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Oct 2009 11:09:13 +0000 Subject: Add missing prototypes. --- testsuites/itrontests/itrontask01/system.h | 2 +- testsuites/itrontests/itrontask01/task1.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/itrontests/itrontask01') diff --git a/testsuites/itrontests/itrontask01/system.h b/testsuites/itrontests/itrontask01/system.h index 77e53ceb06..e684269a77 100644 --- a/testsuites/itrontests/itrontask01/system.h +++ b/testsuites/itrontests/itrontask01/system.h @@ -19,7 +19,7 @@ /* functions */ void ITRON_Init( void ); -void Task_2_through_4(); +void Task_2_through_4(void); /* configuration information */ diff --git a/testsuites/itrontests/itrontask01/task1.c b/testsuites/itrontests/itrontask01/task1.c index 9b3616d434..f04adb30ed 100644 --- a/testsuites/itrontests/itrontask01/task1.c +++ b/testsuites/itrontests/itrontask01/task1.c @@ -20,7 +20,7 @@ #include "system.h" -void Task_2_through_4() +void Task_2_through_4(void) { ID tid; int tid_index; -- cgit v1.2.3