From e131496ebf714f5f12f9903d9aa910bcd8184460 Mon Sep 17 00:00:00 2001 From: "ola.soder@axis.com" Date: Sun, 13 Feb 2022 12:13:38 +0000 Subject: patch 8.2.4368: Amiga: a few compiler warnings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Problem: Amiga: a few compiler warnings. Solution: Adjust #ifdefs. Add "UNUSED". (Ola Söder, closes #9756, closes #9757) --- 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 9daa3596b..544427904 100644 --- a/src/version.c +++ b/src/version.c @@ -750,6 +750,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 4368, /**/ 4367, /**/ -- cgit v1.2.1