commit | db99f9f29a248b84742b6779c3343123f72065e7 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:12:22 2020 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Mar 23 22:12:22 2020 +0100 |
tree | e0f89d9f7c7b5c44e3d5abbde004ae814b11688e | |
parent | dbbb0ef729e392e313ccc63c247bff1b828a214d [diff] [blame] |
patch 8.2.0436: no warnings for incorrect printf arguments Problem: No warnings for incorrect printf arguments. Solution: Fix attribute in declaration. Fix uncovered mistakes. (Dominique Pelle, closes #5834)
diff --git a/src/version.c b/src/version.c index 738f31b..17e3095 100644 --- a/src/version.c +++ b/src/version.c
@@ -739,6 +739,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 436, +/**/ 435, /**/ 434,