]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/test_sgr.c
ncurses 6.3 - patch 20221210
[ncurses.git] / test / test_sgr.c
index 385762a531345d003508a2e727a2e0187df5ad55..dbd1caf17504d4712a86e1c7a77b87e6d870ced4 100644 (file)
@@ -30,7 +30,7 @@
 /*
  * Author: Thomas E. Dickey
  *
- * $Id: test_sgr.c,v 1.20 2022/12/04 00:40:11 tom Exp $
+ * $Id: test_sgr.c,v 1.21 2022/12/10 23:23:27 tom Exp $
  *
  * A simple demo of the sgr/sgr0 terminal capabilities.
  */
@@ -384,7 +384,7 @@ main(int argc, char *argv[])
 
 #else /* !HAVE_TIGETSTR */
 int
-main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED)
+main(void)
 {
     failed("This program requires the terminfo functions such as tigetstr");
     ExitProgram(EXIT_FAILURE);