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

@ -60,7 +60,7 @@ void dump_bytes(unsigned char *buf, int len)
*
* const char help_text_words[];
* const unsigned short help_text_len;
* const struct style_text help_text_style[];
* struct style_text help_text_style[];
*
* help_text_words consists of help_text_len bytes containing the
* words of the help text, delimited with NULs, not a standard C
@ -78,7 +78,7 @@ int main()
printf("#include \"lib/display_text.h\"\n\n");
printf("const struct style_text help_text_style[] = {\n");
printf("struct style_text help_text_style[] = {\n");
/* break up words on spaces and newline while printing indices of
* underlined words */