Address a build warning and a complaint
topl.c ..\win\tty\topl.c(595) : warning C4101: 'ln' : unreferenced local variable
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
|||||||
/* NetHack 3.5 tile.h $Date$ $Revision$ */
|
/* NetHack 3.5 tile.h $Date$ $Revision$ */
|
||||||
typedef unsigned char pixval;
|
typedef unsigned char pixval;
|
||||||
|
|
||||||
typedef struct pixel_t {
|
typedef struct pixel_s {
|
||||||
pixval r, g, b;
|
pixval r, g, b;
|
||||||
} pixel;
|
} pixel;
|
||||||
|
|
||||||
|
|||||||
@@ -592,7 +592,6 @@ msghistory_snapshot(purge)
|
|||||||
boolean purge; /* clear message history buffer as we copy it */
|
boolean purge; /* clear message history buffer as we copy it */
|
||||||
{
|
{
|
||||||
nhwchar *mesg;
|
nhwchar *mesg;
|
||||||
unsigned ln;
|
|
||||||
int i, inidx, outidx;
|
int i, inidx, outidx;
|
||||||
struct WinDesc *cw;
|
struct WinDesc *cw;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user