From cf29b4025d67b92755f37947445731ac099a1560 Mon Sep 17 00:00:00 2001 From: Michael Ennen Date: Tue, 10 May 2016 23:30:26 -0700 Subject: vim-patch:7.4.1276 Problem: Warning for not using return value of fcntl(). Solution: Explicitly ignore the return value. https://github.com/vim/vim/commit/fbc4b4db3a9690906a96e16724350a6241cf32a5 --- src/nvim/version.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nvim/version.c') diff --git a/src/nvim/version.c b/src/nvim/version.c index 35b13d6e9e..563ba3939a 100644 --- a/src/nvim/version.c +++ b/src/nvim/version.c @@ -402,7 +402,7 @@ static int included_patches[] = { // 1279 NA // 1278 NA // 1277 NA - // 1276, + 1276, // 1275 NA // 1274 NA // 1273, -- cgit