forked from len0rd/rockbox
xworld: get rid of annoying warning
Change-Id: I9faf00a97d0718efb0e4667018e9ff81ba80ee83
This commit is contained in:
parent
eaf6aad690
commit
e4a04fa105
1 changed files with 2 additions and 1 deletions
|
@ -169,7 +169,8 @@ bool engine_loadStringTable(struct Engine* e)
|
|||
* this gives verbose warnings while loadFontFile doesn't because the font looks similar
|
||||
* enough to pass for the "original", but the strings don't
|
||||
*/
|
||||
warning("Unable to find string table, falling back to alternate strings");
|
||||
/* FW 2017-2-12: eliminated obnoxious warning */
|
||||
/*warning("Unable to find string table, falling back to alternate strings");*/
|
||||
goto fail;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue