*avoided warnings; *updated win binary.

This commit is contained in:
Wang Renxin 2016-01-09 15:07:45 +08:00
parent 5338eb47f3
commit 6e93e64c31
2 changed files with 3 additions and 0 deletions

View File

@ -6412,6 +6412,9 @@ _running_context_t* _unlink_lambda_scope_chain(mb_interpreter_t* s, _lambda_t* l
bool_t _is_valid_lambda_body_node(mb_interpreter_t* s, _lambda_t* lambda, _object_t* obj) { bool_t _is_valid_lambda_body_node(mb_interpreter_t* s, _lambda_t* lambda, _object_t* obj) {
/* Check whether an object is a valid lambda body node */ /* Check whether an object is a valid lambda body node */
mb_unrefvar(s);
mb_unrefvar(lambda);
return return
!_IS_FUNC(obj, _core_def) && !_IS_FUNC(obj, _core_def) &&
!_IS_FUNC(obj, _core_enddef) && !_IS_FUNC(obj, _core_enddef) &&

Binary file not shown.