X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fbackground.c;h=5942debbb45be7b1f01979cedf4ab3439fc9c7e5;hb=64a793ab50057ecd5143535d3b3ee6bbab06841a;hp=2811ea9c1110427c53511b0350f5c2ea85693a44;hpb=6641601a9dd7f34deeaa978899b3730b27635afb;p=ncurses.git diff --git a/test/background.c b/test/background.c index 2811ea9c..5942debb 100644 --- a/test/background.c +++ b/test/background.c @@ -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;