summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDFTests.c
diff options
context:
space:
mode:
Diffstat (limited to 'config/cmake/HDFTests.c')
-rw-r--r--config/cmake/HDFTests.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake/HDFTests.c b/config/cmake/HDFTests.c
index 96460d7..3897390 100644
--- a/config/cmake/HDFTests.c
+++ b/config/cmake/HDFTests.c
@@ -12,7 +12,7 @@
/* A simple test program to see if a function "works" */
-#define SIMPLE_TEST(x) int main(){ x; return 0; }
+#define SIMPLE_TEST(x) int main(void){ x; return 0; }
#ifdef HAVE_ATTRIBUTE
@@ -93,7 +93,7 @@ int main ()
#include <sys/types.h>
-int main()
+int main(void)
{
off64_t n = 0;
return (int)n;