commit | 952d9d827e5bfc66a6b1d39956e4e5596b09e2bd | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Mon Aug 02 18:07:18 2021 +0200 |
committer | Bram Moolenaar <Bram@vim.org> | Mon Aug 02 18:07:18 2021 +0200 |
tree | 0b2581eeaec39b6bad25b58f537d8ea1e893b79c | |
parent | 1321257317b7d28228a6a9a0d612f81f70290b4c [diff] [blame] |
patch 8.2.3274: macro for printf format check can be simplified Problem: Macro for printf format check can be simplified. Solution: Add ATTRIBUTE_FORMAT_PRINTF(). (Dominique Pellé, issue #8635)
diff --git a/src/version.c b/src/version.c index b15034e..34e4ceb 100644 --- a/src/version.c +++ b/src/version.c
@@ -756,6 +756,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 3274, +/**/ 3273, /**/ 3272,