commit | 9b99411b93f017609399e04527fdd3b6e83b5a55 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sun Dec 25 15:59:25 2022 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sun Dec 25 15:59:25 2022 +0000 |
tree | 6201f2edbceb013fa5fe094fbc3aaa41c18052c2 | |
parent | 590162cae0410b50572a3ab0e72a2e5873b99f1a [diff] [blame] |
patch 9.0.1094: compiler warning when HAS_MESSAGE_WINDOW is not defined Problem: Compiler warning when HAS_MESSAGE_WINDOW is not defined. Solution: Add UNUSED.
diff --git a/src/version.c b/src/version.c index 5c21f7a..95d2a6b 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1094, +/**/ 1093, /**/ 1092,