summaryrefslogtreecommitdiffstats
path: root/testsuites/support/src/test_support.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--testsuites/support/src/test_support.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/support/src/test_support.c b/testsuites/support/src/test_support.c
index c1e1010257..254083712e 100644
--- a/testsuites/support/src/test_support.c
+++ b/testsuites/support/src/test_support.c
@@ -22,7 +22,7 @@
static char Too_Long_Name[PATH_MAX + 2];
static char Longest_Name[PATH_MAX + 1];
-const char *Get_Too_Long_Name()
+const char *Get_Too_Long_Name(void)
{
int i;
@@ -32,7 +32,7 @@ const char *Get_Too_Long_Name()
return Too_Long_Name;
}
-const char *Get_Longest_Name()
+const char *Get_Longest_Name(void)
{
int i;