summaryrefslogtreecommitdiff
path: root/objective-c/test/Ice/defaultValue/Client.m
diff options
context:
space:
mode:
Diffstat (limited to 'objective-c/test/Ice/defaultValue/Client.m')
-rw-r--r--objective-c/test/Ice/defaultValue/Client.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/objective-c/test/Ice/defaultValue/Client.m b/objective-c/test/Ice/defaultValue/Client.m
index 883f9705a66..c95c491aa93 100644
--- a/objective-c/test/Ice/defaultValue/Client.m
+++ b/objective-c/test/Ice/defaultValue/Client.m
@@ -14,7 +14,7 @@
static int
run()
{
- void defaultValueAllTests();
+ void defaultValueAllTests(void);
defaultValueAllTests();
return EXIT_SUCCESS;
}