warning fix
..\win\curses\cursstat.c(302): warning C4101: 'colon': unreferenced local variable
This commit is contained in:
@@ -299,8 +299,9 @@ unsigned long *colormasks;
|
|||||||
const enum statusfields (*fieldorder)[3][15];
|
const enum statusfields (*fieldorder)[3][15];
|
||||||
xchar spacing[MAXBLSTATS], valline[MAXBLSTATS];
|
xchar spacing[MAXBLSTATS], valline[MAXBLSTATS];
|
||||||
enum statusfields fld, prev_fld;
|
enum statusfields fld, prev_fld;
|
||||||
char *text, *colon, *p, cbuf[BUFSZ];
|
char *text, *p, cbuf[BUFSZ];
|
||||||
#ifdef SCORE_ON_BOTL
|
#ifdef SCORE_ON_BOTL
|
||||||
|
char *colon;
|
||||||
char sbuf[STATVAL_WIDTH];
|
char sbuf[STATVAL_WIDTH];
|
||||||
#endif
|
#endif
|
||||||
int i, j, number_of_lines,
|
int i, j, number_of_lines,
|
||||||
|
|||||||
Reference in New Issue
Block a user