From e4a04fa105b2e1349693b68d7088d9bbdd91d19b Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Sun, 12 Feb 2017 20:26:17 -0500 Subject: xworld: get rid of annoying warning Change-Id: I9faf00a97d0718efb0e4667018e9ff81ba80ee83 --- apps/plugins/xworld/engine.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'apps/plugins/xworld/engine.c') 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) * 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; } -- cgit v1.2.3