compiler warnings
This commit is contained in:
parent
8eb890a5d6
commit
b49f7cd3aa
2 changed files with 3 additions and 1 deletions
|
@ -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) {
|
||||
gdispImagePrivate * priv;
|
||||
imgdecode * decode;
|
||||
uint8_t * q;
|
||||
uint8_t * q = 0;
|
||||
coord_t mx, my, fx, fy;
|
||||
uint16_t cnt, gcnt;
|
||||
uint8_t col;
|
||||
|
|
|
@ -41,6 +41,8 @@ static void _redraw(GHandle gh) {
|
|||
#endif
|
||||
|
||||
// The default display area
|
||||
dx = 0;
|
||||
dy = 0;
|
||||
x = gh->x;
|
||||
y = gh->y;
|
||||
w = gh->width;
|
||||
|
|
Loading…
Add table
Reference in a new issue