Squelch some compiler warnings

Signed-off-by: Ian Bell <ian.h.bell@gmail.com>
This commit is contained in:
Ian Bell
2014-11-27 12:08:44 -05:00
parent 2e0b43cc89
commit 362a84254f
2 changed files with 4 additions and 2 deletions

View File

@@ -67,7 +67,7 @@ void set_config_as_json(rapidjson::Value &val){
std::string s = std::string(it->name.GetString());
configuration_keys key = config_string_to_key(s);
// Try to retrieve the item from the config for this key
ConfigurationItem & item = config.get_item(key);
config.get_item(key);
}
catch(std::exception &e)
{