mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-07 13:45:03 -05:00
Fix warnings. convbdf needed to be updated for the changed font struct because it generates sysfont.c.
Change-Id: Id5aea6b6c73438242a80ae6849ee5e29ab8659dc
This commit is contained in:
parent
37be80a1a5
commit
77ee2851de
2 changed files with 4 additions and 1 deletions
|
|
@ -1211,6 +1211,8 @@ int gen_c_source(struct font* pf, char *path)
|
|||
char obuf[256];
|
||||
char hdr1[] = {
|
||||
"/* Generated by convbdf on %s. */\n"
|
||||
"#include <stdbool.h>\n"
|
||||
"#include \"config.h\"\n"
|
||||
"#include \"font.h\"\n"
|
||||
"#ifdef HAVE_LCD_BITMAP\n"
|
||||
"\n"
|
||||
|
|
@ -1418,6 +1420,7 @@ int gen_c_source(struct font* pf, char *path)
|
|||
" 0, /* ^ position */\n"
|
||||
" 0, /* ^ end */\n"
|
||||
" 0, /* ^ size */\n"
|
||||
" false, /* disabled */\n"
|
||||
" {{0,0,0,0,0},0,0,0,0,0}, /* cache */\n"
|
||||
" 0, /* */\n"
|
||||
" 0, /* */\n"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue