tests: avoid several compiler warnings
[gnulib.git] / tests / test-time.c
index ea81437..4afa3b3 100644 (file)
@@ -29,7 +29,7 @@ struct timespec a;
 verify (sizeof NULL == sizeof (void *));
 
 int
-main ()
+main (void)
 {
   return 0;
 }