aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/eval.c
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2019-01-30 02:26:12 +0100
committerJustin M. Keyes <justinkz@gmail.com>2019-02-04 04:00:20 +0100
commitf2c6164b04709b83b60483642ed9b6f33cf01951 (patch)
tree5531a93a88b8484707744565976e0dbff6ec1799 /src/nvim/eval.c
parent4386814b045a74c10edad5effafd48ac869ebda1 (diff)
downloadrneovim-f2c6164b04709b83b60483642ed9b6f33cf01951.tar.gz
rneovim-f2c6164b04709b83b60483642ed9b6f33cf01951.tar.bz2
rneovim-f2c6164b04709b83b60483642ed9b6f33cf01951.zip
build: -Wmissing-prototypes
ref #343 Though I don't see a strong benefit, it isn't too much of a burden, and maybe avoids confusion in some cases.
Diffstat (limited to 'src/nvim/eval.c')
-rw-r--r--src/nvim/eval.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nvim/eval.c b/src/nvim/eval.c
index df02a5ba17..8ca764ba68 100644
--- a/src/nvim/eval.c
+++ b/src/nvim/eval.c
@@ -5958,6 +5958,10 @@ static int get_env_tv(char_u **arg, typval_T *rettv, int evaluate)
#pragma function (floor)
#endif
+// silence -Wmissing-prototypes for funcs.generated.h
+const VimLFuncDef *find_internal_func_gperf(register const char *str,
+ register size_t len);
+
# include "funcs.generated.h"
#endif