From 743b3f9410eee4f5bf2055c3673826ca17b5d67e Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Sun, 25 May 2014 19:57:45 -0700 Subject: Cleaning a few more warnings out. --- src/BLua.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/BLua.cc') diff --git a/src/BLua.cc b/src/BLua.cc index 8d6b3ee..fa519a9 100644 --- a/src/BLua.cc +++ b/src/BLua.cc @@ -296,7 +296,7 @@ int Balau::LuaStatics::callwrap(lua_State * __L, lua_CFunction func) { L.push((void *) &s_signature); r = L.yield(L.gettop()); } - catch (EAgain & e) { + catch (EAgain &) { L.error("The C callback from Lua has thrown an EAgain - you can't do that, you have to wrap it using Lua::yield. The application will now crash, because this task will stop, but the event in the EAgain will later try to wake it up."); } catch (GeneralException & e) { -- cgit v1.2.3