Clean up a few warnings found in Windows.

This commit is contained in:
Jason Turner
2012-05-28 10:48:19 -06:00
parent db8863c736
commit ed15cc1730
4 changed files with 8 additions and 7 deletions

View File

@@ -806,7 +806,7 @@ namespace chaiscript
virtual Boxed_Value eval_internal(chaiscript::detail::Dispatch_Engine &t_ss) {
Boxed_Value match_value;
bool breaking = false;
int currentCase = 1;
size_t currentCase = 1;
bool hasMatched = false;
chaiscript::eval::detail::Scope_Push_Pop spp(t_ss);