compiler warnings
This commit is contained in:
parent
2811e94cfe
commit
2bd4758569
@ -823,7 +823,7 @@ baddatacleanup:
|
|||||||
gdispImageError gdispImageDraw_GIF(gdispImage *img, coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t sx, coord_t sy) {
|
gdispImageError gdispImageDraw_GIF(gdispImage *img, coord_t x, coord_t y, coord_t cx, coord_t cy, coord_t sx, coord_t sy) {
|
||||||
gdispImagePrivate * priv;
|
gdispImagePrivate * priv;
|
||||||
imgdecode * decode;
|
imgdecode * decode;
|
||||||
uint8_t * q;
|
uint8_t * q = 0;
|
||||||
coord_t mx, my, fx, fy;
|
coord_t mx, my, fx, fy;
|
||||||
uint16_t cnt, gcnt;
|
uint16_t cnt, gcnt;
|
||||||
uint8_t col;
|
uint8_t col;
|
||||||
|
@ -41,6 +41,8 @@ static void _redraw(GHandle gh) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
// The default display area
|
// The default display area
|
||||||
|
dx = 0;
|
||||||
|
dy = 0;
|
||||||
x = gh->x;
|
x = gh->x;
|
||||||
y = gh->y;
|
y = gh->y;
|
||||||
w = gh->width;
|
w = gh->width;
|
||||||
|
Loading…
Reference in New Issue
Block a user