commit | edce7420d044a503f38284188770efba87121bd6 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 18:39:30 2019 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Jan 20 18:39:30 2019 +0100 |
tree | 96cb82fbd48229305b85a06a9cf4cfa7f71e1fae | |
parent | 10772307c4e5299ed45470f92779f089a00d841e [diff] [blame] |
patch 8.1.0787: compiler warning for unused function Problem: Compiler warning for unused function. (Tony Mechelynck) Solution: Tune #ifdef around setjmp functions.
diff --git a/src/version.c b/src/version.c index 8f1c8bc..a47c731 100644 --- a/src/version.c +++ b/src/version.c
@@ -792,6 +792,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 787, +/**/ 786, /**/ 785,