eval/typval: Fix -Werror=return-type

This commit is contained in:
ZyX 2017-03-04 23:30:10 +03:00
parent 4c3be98db9
commit 78a0de2c1b

View File

@ -845,6 +845,8 @@ static bool tv_callback_equal(const Callback *const cb1,
return true;
}
}
assert(false);
return false;
}
/// Remove watcher from a dictionary