Suppress cppcheck invalidSyntax warninigs
commite7a06356c13c972c894e00b702ae7a5f5bf187e5
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 6 Mar 2021 01:56:35 +0000 (5 17:56 -0800)
committerGitHub <noreply@github.com>
Sat, 6 Mar 2021 01:56:35 +0000 (5 17:56 -0800)
treeb1b3dc66075c49205cbc5eaaa3f2471a6a030c1e
parent6bbb44e157818b52b2cf222f7cc299d42903f7b0
Suppress cppcheck invalidSyntax warninigs

For some reason cppcheck 1.90 is generating an invalidSyntax warning
when the BF64_SET macro is used in the zstream source.  The same
warning is not reported by cppcheck 2.3, nor is their any evident
problem with the expanded macro.  This appears to be an issue with
this version of cppcheck.  This commit annotates the source to suppress
the warning.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #11700
cmd/zstream/zstream_redup.c
include/sys/dmu_redact.h