mirror of
https://github.com/neovim/neovim.git
synced 2025-10-22 17:11:49 +00:00
Fix warning unused static function
This commit is contained in:
@@ -41,6 +41,7 @@ static void walk_cb(uv_handle_t *handle, void *arg)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifndef WIN32
|
||||||
static void sig_handler(int signum)
|
static void sig_handler(int signum)
|
||||||
{
|
{
|
||||||
switch (signum) {
|
switch (signum) {
|
||||||
@@ -57,6 +58,7 @@ static void sig_handler(int signum)
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
static void sigwinch_cb(uv_signal_t *handle, int signum)
|
static void sigwinch_cb(uv_signal_t *handle, int signum)
|
||||||
|
Reference in New Issue
Block a user