diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index 9771ae49df..ce21ab2626 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -10,6 +10,7 @@ jobs: env: CC: gcc + CFLAGS: -Wno-deprecated-declarations DEBIAN_FRONTEND: noninteractive steps: diff --git a/src/version.c b/src/version.c index 31e8182ca9..275492f3af 100644 --- a/src/version.c +++ b/src/version.c @@ -707,6 +707,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 302, /**/ 301, /**/