diff Core/Lua/LuaContext.cpp @ 1545:33d34bc4ac15

fix msvc warnings
author jodogne
date Thu, 13 Aug 2015 21:02:31 +0200
parents f967bdf8534e
children 9ea3d082b064
line wrap: on
line diff
--- a/Core/Lua/LuaContext.cpp	Thu Aug 13 20:39:30 2015 +0200
+++ b/Core/Lua/LuaContext.cpp	Thu Aug 13 21:02:31 2015 +0200
@@ -176,7 +176,7 @@
     {
       httpClient_.Apply(str);
     }
-    catch (OrthancException& e)
+    catch (OrthancException&)
     {
       return false;
     }