Enable -Wsign-compare and fix the warnings

This commit is contained in:
ISSOtm
2022-02-05 14:19:25 +01:00
committed by Eldred Habert
parent 72b677a8d7
commit ac59ecf3c0
7 changed files with 11 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ struct Options {
bool mirror;
bool unique;
bool colorcurve;
int trim;
unsigned int trim;
char *tilemapfile;
bool tilemapout;
char *attrmapfile;
@@ -43,7 +43,7 @@ struct RGBColor {
struct ImageOptions {
bool horizontal;
int trim;
unsigned int trim;
char *tilemapfile;
bool tilemapout;
char *attrmapfile;