commit | 9960ebcacee5f430d61735991a0563858168ef2c | [log] [tgz] |
---|---|---|
author | Christian Brabandt <cb@256bit.org> | Thu Oct 05 22:17:09 2023 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Thu Oct 05 22:17:09 2023 +0200 |
tree | e3d8afbb394b56ce20baed8dacd60f091b4a8820 | |
parent | 20d161ace307e28690229b68584f2d84556f8960 [diff] [blame] |
patch 9.0.1993: warning about unused function definition Problem: warning about unused function definition Solution: add ifdefs Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/version.c b/src/version.c index 2bb134a..7c5f3c4 100644 --- a/src/version.c +++ b/src/version.c
@@ -705,6 +705,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 1993, +/**/ 1992, /**/ 1991,