X-Git-Url: https://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fsavescreen.c;h=3ea619306a84b9c91df254a93e644c4ee4c64a66;hb=d1a029866f6d84087781eaa81de19949d8533426;hp=50e5454085015774851ec11a3eedd570a784adb7;hpb=6641601a9dd7f34deeaa978899b3730b27635afb;p=ncurses.git diff --git a/test/savescreen.c b/test/savescreen.c index 50e54540..3ea61930 100644 --- a/test/savescreen.c +++ b/test/savescreen.c @@ -27,7 +27,7 @@ * authorization. * ****************************************************************************/ /* - * $Id: savescreen.c,v 1.61 2022/12/04 00:40:11 tom Exp $ + * $Id: savescreen.c,v 1.62 2022/12/10 23:23:27 tom Exp $ * * Demonstrate save/restore functions from the curses library. * Thomas Dickey - 2007/7/14 @@ -655,7 +655,7 @@ main(int argc, char *argv[]) #else int -main(int argc GCC_UNUSED, char *argv[]GCC_UNUSED) +main(void) { printf("This program requires the screen-dump functions\n"); ExitProgram(EXIT_FAILURE);