fix an MSVC warning about unreferenced local variable
This commit is contained in:
parent
099156218f
commit
fe8ce4d3e2
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ map_context::map_context(const config& game_config, const std::string& filename)
|
|||
|
||||
map_ = editor_map(game_config, file);
|
||||
return;
|
||||
} catch (config::error& e) {
|
||||
} catch (config::error&) {
|
||||
}
|
||||
|
||||
boost::regex re("map_data\\s*=\\s*\"(.+?)\"");
|
||||
|
|
Loading…
Add table
Reference in a new issue