From: Michael R Sweet Date: Fri, 9 May 2025 12:29:31 +0000 (-0400) Subject: Disable new 'guarded free' warning. This is not an error... X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84ed8a42bb5f79ba0b5ce016687d131338703f86;p=thirdparty%2Fcups.git Disable new 'guarded free' warning. This is not an error... --- diff --git a/.github/codeql.yml b/.github/codeql.yml index 16549b33ef..865a250a1f 100644 --- a/.github/codeql.yml +++ b/.github/codeql.yml @@ -2,6 +2,8 @@ paths-ignore: - locale query-filters: + - exclude: + id: cpp/guarded-free - exclude: id: cpp/cleartext-transmission - exclude: