forked from len0rd/rockbox
Fix some build errors and warnings.
Change-Id: I149c00fc6ba47d5134ad4f74c364bffd24079824
This commit is contained in:
parent
dbb76896ec
commit
8f6c779ff6
4 changed files with 12 additions and 6 deletions
|
|
@ -189,7 +189,7 @@ void lcd_fillrect(int x, int y, int width, int height)
|
|||
enum fill_opt fillopt = OPT_NONE;
|
||||
fb_data *dst, *dst_end;
|
||||
int len, step;
|
||||
fb_data bits = { 0 };
|
||||
fb_data bits = { 0, 0, 0 };
|
||||
|
||||
/******************** In viewport clipping **********************/
|
||||
/* nothing to draw? */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue