From a25f718431ae001242a6a8b74733ee7685ccf07d Mon Sep 17 00:00:00 2001 From: Bram Moolenaar Date: Sun, 6 Nov 2022 11:27:46 +0000 Subject: patch 9.0.0838: compiler warnings for unused variables Problem: Compiler warnings for unused variables. Solution: Addjust #ifdef and remove unused variables. (John Marriott) --- 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 56ccb053a..6aef2c131 100644 --- a/src/version.c +++ b/src/version.c @@ -695,6 +695,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 838, /**/ 837, /**/ -- cgit v1.2.1