VS 2008 related corrections.

This commit is contained in:
Jason Turner
2009-12-08 15:57:31 +00:00
parent 4457df9ff5
commit 0c0df2c982
3 changed files with 3 additions and 2 deletions

View File

@@ -973,7 +973,7 @@ namespace chaiscript
return retval;
}
}
catch (const chaiscript::Return_Value &rv) {
catch (const chaiscript::Return_Value &/*rv*/) {
ss.pop_scope();
throw;
}