mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
eval/typval: Fix -Werror=return-type
This commit is contained in:
parent
4c3be98db9
commit
78a0de2c1b
@ -845,6 +845,8 @@ static bool tv_callback_equal(const Callback *const cb1,
|
||||
return true;
|
||||
}
|
||||
}
|
||||
assert(false);
|
||||
return false;
|
||||
}
|
||||
|
||||
/// Remove watcher from a dictionary
|
||||
|
Loading…
Reference in New Issue
Block a user