Amp up the warnings used in g++ and fix associated errors

This commit is contained in:
Jason Turner
2011-03-12 11:27:53 -07:00
parent 46a669dab1
commit 4e06478fb8
6 changed files with 29 additions and 29 deletions

View File

@@ -69,7 +69,7 @@ namespace chaiscript
{
call_func(fun, params);
return Handle_Return<void>::handle();
};
}
};
}
}