]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/tclock.c
ncurses 6.3 - patch 20221210
[ncurses.git] / test / tclock.c
index 0773b3b76e384e0c7c4b0b702ec904bb3e74e416..75b6570f4a032b80211c1bc16f864036a3afd7b2 100644 (file)
@@ -1,4 +1,4 @@
-/* $Id: tclock.c,v 1.46 2022/12/04 00:40:11 tom Exp $ */
+/* $Id: tclock.c,v 1.47 2022/12/10 23:23:27 tom Exp $ */
 
 #define NEED_TIME_H
 #include <test.priv.h>
@@ -294,7 +294,7 @@ main(int argc, char *argv[])
 }
 #else
 int
-main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED)
+main(void)
 {
     printf("This program requires the header math.h and trignometric functions\n");
     ExitProgram(EXIT_FAILURE);