1
0
Fork 0
forked from len0rd/rockbox

puzzles: silence some warnings

Change-Id: Id6fd9d8dd3021f5e2cb93565d7e419aaf07f9af0
This commit is contained in:
Franklin Wei 2018-04-22 14:43:07 -04:00
parent 56803c80d0
commit ef0fb52113
42 changed files with 84 additions and 89 deletions

View file

@ -6,6 +6,6 @@
extern const char help_text[];
#ifdef ROCKBOX
extern const char quick_help_text[];
extern const struct style_text help_text_style[];
extern struct style_text help_text_style[];
extern const unsigned short help_text_len, quick_help_text_len, help_text_words;
#endif