Further fixup of Linux-specific failures

This commit is contained in:
Robert Schulze 2022-05-05 12:44:08 +02:00
parent 3a7588d109
commit 8b2f715b72
No known key found for this signature in database
GPG Key ID: 26703B55FB13728A

View File

@ -38,6 +38,7 @@ Checks: '*,
-clang-analyzer-core.DynamicTypePropagation, -clang-analyzer-core.DynamicTypePropagation,
-clang-analyzer-core.uninitialized.CapturedBlockVariable, -clang-analyzer-core.uninitialized.CapturedBlockVariable,
-clang-analyzer-optin.performance.Padding,
-clang-analyzer-optin.portability.UnixAPI, -clang-analyzer-optin.portability.UnixAPI,
-clang-analyzer-security.insecureAPI.bzero, -clang-analyzer-security.insecureAPI.bzero,
@ -120,6 +121,8 @@ Checks: '*,
-performance-trivially-destructible, -performance-trivially-destructible,
-performance-unnecessary-value-param, -performance-unnecessary-value-param,
-portability-simd-intrinsics,
-readability-convert-member-functions-to-static, -readability-convert-member-functions-to-static,
-readability-braces-around-statements, -readability-braces-around-statements,
-readability-else-after-return, -readability-else-after-return,