]> ncurses.scripts.mit.edu Git - ncurses.git/blobdiff - test/background.c
ncurses 6.4 - patch 20240420
[ncurses.git] / test / background.c
index 2811ea9c1110427c53511b0350f5c2ea85693a44..5942debbb45be7b1f01979cedf4ab3439fc9c7e5 100644 (file)
@@ -27,7 +27,7 @@
  * authorization.                                                           *
  ****************************************************************************/
 /*
- * $Id: background.c,v 1.23 2022/12/04 00:40:11 tom Exp $
+ * $Id: background.c,v 1.24 2022/12/10 22:28:50 tom Exp $
  */
 
 #define NEED_COLOR_CODE 1
@@ -159,7 +159,7 @@ VERSION_COMMON()
 /* *INDENT-ON* */
 
 int
-main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED)
+main(int argc, char *argv[])
 {
 #if HAVE_ASSUME_DEFAULT_COLORS
     int a_option = 0;