From e9726e31feafebf3548990b686b810900a0bff43 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Wed, 19 Jun 2019 18:01:21 +0200 Subject: patch 8.1.1572: compiler warnings with tiny build Problem: Compiler warnings with tiny build. (Tony Mechelynck) Solution: Add #ifdef. --- src/version.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/version.c') diff --git a/src/version.c b/src/version.c index 19b6aa76d5..62ef113670 100644 --- a/src/version.c +++ b/src/version.c @@ -777,6 +777,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1572, /**/ 1571, /**/ -- cgit v1.2.3