1
0
Fork 0
forked from len0rd/rockbox

xworld: get rid of annoying warning

Change-Id: I9faf00a97d0718efb0e4667018e9ff81ba80ee83
This commit is contained in:
Franklin Wei 2017-02-12 20:26:17 -05:00
parent eaf6aad690
commit e4a04fa105

View file

@ -169,7 +169,8 @@ bool engine_loadStringTable(struct Engine* e)
* this gives verbose warnings while loadFontFile doesn't because the font looks similar * this gives verbose warnings while loadFontFile doesn't because the font looks similar
* enough to pass for the "original", but the strings don't * 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; goto fail;
} }