diff options
author | Arvind Sankar <[email protected]> | 2020-06-26 18:26:03 -0400 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2020-06-27 17:40:15 -0700 |
commit | c79907f90174842fb5213893e476e5d5f5b44eca (patch) | |
tree | 4de511d9437a767e8e57583c62471e0269cb0a12 /cppcheck-suppressions.txt | |
parent | a86f0be8efc868b164b37a1952eb8c9b6da9a9a7 (diff) |
Move cppcheck suppressions out of .github
Move this file out of .github and add it to distribution.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: Arvind Sankar <[email protected]>
Closes #10506
Diffstat (limited to 'cppcheck-suppressions.txt')
-rw-r--r-- | cppcheck-suppressions.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cppcheck-suppressions.txt b/cppcheck-suppressions.txt new file mode 100644 index 000000000..b28514e67 --- /dev/null +++ b/cppcheck-suppressions.txt @@ -0,0 +1,6 @@ +preprocessorErrorDirective:./module/zfs/vdev_raidz_math_avx512f.c:243 +preprocessorErrorDirective:./module/zfs/vdev_raidz_math_sse2.c:266 +uninitvar:module/os/freebsd/zfs/vdev_geom.c +uninitvar:module/os/freebsd/zfs/zfs_vfsops.c +uninitvar:module/os/freebsd/spl/spl_zone.c +uninitvar:lib/libzutil/os/freebsd/zutil_import_os.c |