commit | b40a2fb3b3e4fef137eebb3bab9c02adc5540658 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 19:18:38 2023 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Fri Jan 13 19:18:38 2023 +0000 |
tree | 56313fdf77b679e182873f4c43ae918abb793545 | |
parent | 32030a9f3be25e1343ef15028511614fb4c20e9f [diff] [blame] |
patch 9.0.1194: compiler warning for comparing pointer with int Problem: Compiler warning for comparing pointer with int. Solution: Change NULL to zero.
diff --git a/src/version.c b/src/version.c index a483998..65c9e35 100644 --- a/src/version.c +++ b/src/version.c
@@ -696,6 +696,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1194, +/**/ 1193, /**/ 1192,