commit | 635bb4908577738c5658a95672259b8537d97d49 | [log] [tgz] |
---|---|---|
author | Philip H <47042125+pheiduck@users.noreply.github.com> | Tue Sep 06 16:31:26 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Sep 06 16:31:26 2022 +0100 |
tree | 4c1a8392022591498f0058f56e35123a52ea3402 | |
parent | 5903aaf7eb4586cf7e4fa5a219092334b05c89de [diff] [blame] |
patch 9.0.0395: clang warnings for function prototypes Problem: Clang warnings for function prototypes. Solution: Remove incomplete function prototypes. (closes #11068)
diff --git a/src/version.c b/src/version.c index df8ab27..2cf848c 100644 --- a/src/version.c +++ b/src/version.c
@@ -704,6 +704,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 395, +/**/ 394, /**/ 393,