mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
Fix -Wsign-compare warnings
This commit is contained in:
@@ -73,7 +73,7 @@ typedef struct Render_t {
|
||||
} src;
|
||||
struct {
|
||||
int count;
|
||||
int max;
|
||||
unsigned int max;
|
||||
Bitu index;
|
||||
uint8_t hadSkip[RENDER_SKIP_CACHE];
|
||||
} frameskip;
|
||||
@@ -127,7 +127,7 @@ typedef struct {
|
||||
int pointsize;
|
||||
int height; // height of character cell
|
||||
int width; // width
|
||||
int cursor;
|
||||
unsigned int cursor;
|
||||
int lins; // number of lines 24-60
|
||||
int cols; // number of columns 80-160
|
||||
bool fullScrn; // in fake fullscreen
|
||||
|
Reference in New Issue
Block a user