diff options
Diffstat (limited to 'Tests/Complex/Library/testConly.c')
-rw-r--r-- | Tests/Complex/Library/testConly.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Complex/Library/testConly.c b/Tests/Complex/Library/testConly.c index eb933a2..05ecc18 100644 --- a/Tests/Complex/Library/testConly.c +++ b/Tests/Complex/Library/testConly.c @@ -2,7 +2,7 @@ #include <stdio.h> -int CsharedFunction() +int CsharedFunction(void) { #ifndef TEST_C_FLAGS printf("TEST_C_FLAGS failed\n"); |