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

fix msvc warnings
author jodogne
date Thu, 13 Aug 2015 21:02:31 +0200
parents f967bdf8534e
children 9ea3d082b064
comparison
equal deleted inserted replaced
1544:4d0e2c38d15b 1545:33d34bc4ac15
174 174
175 try 175 try
176 { 176 {
177 httpClient_.Apply(str); 177 httpClient_.Apply(str);
178 } 178 }
179 catch (OrthancException& e) 179 catch (OrthancException&)
180 { 180 {
181 return false; 181 return false;
182 } 182 }
183 183
184 // Return the result of the HTTP request 184 // Return the result of the HTTP request