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 /.github | |
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 '.github')
-rw-r--r-- | .github/suppressions.txt | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/suppressions.txt b/.github/suppressions.txt deleted file mode 100644 index b28514e67..000000000 --- a/.github/suppressions.txt +++ /dev/null @@ -1,6 +0,0 @@ -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 |