summaryrefslogtreecommitdiff
path: root/apps/plugins
diff options
context:
space:
mode:
authorFranklin Wei <git@fwei.tk>2017-02-12 20:26:17 -0500
committerFranklin Wei <git@fwei.tk>2017-02-12 20:36:31 -0500
commite4a04fa105b2e1349693b68d7088d9bbdd91d19b (patch)
treefcbd19cb331285a61281a45e9709c7ce3af16717 /apps/plugins
parenteaf6aad690927ab0abfaae5276ef6561b334f803 (diff)
downloadrockbox-e4a04fa105b2e1349693b68d7088d9bbdd91d19b.tar.gz
rockbox-e4a04fa105b2e1349693b68d7088d9bbdd91d19b.zip
xworld: get rid of annoying warning
Change-Id: I9faf00a97d0718efb0e4667018e9ff81ba80ee83
Diffstat (limited to 'apps/plugins')
-rw-r--r--apps/plugins/xworld/engine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/plugins/xworld/engine.c b/apps/plugins/xworld/engine.c
index 3a4ddfbf4e..b09e320078 100644
--- a/apps/plugins/xworld/engine.c
+++ b/apps/plugins/xworld/engine.c
@@ -169,7 +169,8 @@ bool engine_loadStringTable(struct Engine* e)
169 * this gives verbose warnings while loadFontFile doesn't because the font looks similar 169 * this gives verbose warnings while loadFontFile doesn't because the font looks similar
170 * enough to pass for the "original", but the strings don't 170 * enough to pass for the "original", but the strings don't
171 */ 171 */
172 warning("Unable to find string table, falling back to alternate strings"); 172 /* FW 2017-2-12: eliminated obnoxious warning */
173 /*warning("Unable to find string table, falling back to alternate strings");*/
173 goto fail; 174 goto fail;
174 } 175 }
175 176