commit | 815eb83b09914ecff32193913a373cb385868421 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 20:34:26 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Mar 01 20:34:26 2020 +0100 |
tree | 9734d9d1e942f48a5715797ecbfb4f0827587e20 | |
parent | ab55c6826f9080477fea6d5593f0b77931acfc1d [diff] [blame] |
patch 8.2.0345: compiler warning when building without the float feature Problem: Compiler warning when building without the float feature. Solution: Add #ifdef. (John Marriott)
diff --git a/src/version.c b/src/version.c index 40c3c75..6205a56 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 345, +/**/ 344, /**/ 343,