]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Disable new 'guarded free' warning. This is not an error... 1255/head
authorMichael R Sweet <msweet@msweet.org>
Fri, 9 May 2025 12:29:31 +0000 (08:29 -0400)
committerMichael R Sweet <msweet@msweet.org>
Fri, 9 May 2025 12:29:31 +0000 (08:29 -0400)
.github/codeql.yml

index 16549b33ef9b514cb5ae0a3dfe9d29d30538f3af..865a250a1f97508caae69be4152678b5f2a5de0f 100644 (file)
@@ -2,6 +2,8 @@ paths-ignore:
   - locale
 
 query-filters:
+  - exclude:
+      id: cpp/guarded-free
   - exclude:
       id: cpp/cleartext-transmission
   - exclude: