X-Git-Url: https://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=progs%2Finfocmp.c;h=8680df35d34f5990063ec05dd7e13d45d4b09b9a;hp=99db6bbb057f41e1d92a7fa2a3dbd70b115b8a05;hb=bd7ef7c2309fd00aa4576168c46f557c622cb9c3;hpb=8144a95f5729b46a1ad4f4c3c4ba29800304e4c0 diff --git a/progs/infocmp.c b/progs/infocmp.c index 99db6bbb..8680df35 100644 --- a/progs/infocmp.c +++ b/progs/infocmp.c @@ -42,7 +42,7 @@ #include -MODULE_ID("$Id: infocmp.c,v 1.95 2008/01/05 20:53:20 tom Exp $") +MODULE_ID("$Id: infocmp.c,v 1.96 2008/01/19 21:08:07 tom Exp $") #define L_CURL "{" #define R_CURL "}" @@ -1215,6 +1215,8 @@ dump_termtype(TERMTYPE *term) NUM_STRINGS(term) - STRCOUNT); (void) printf("#endif /* NCURSES_XNAMES */\n"); +#else + (void) term; #endif /* NCURSES_XNAMES */ (void) printf("\t%s\n", R_CURL); }