zfs/cmd/zstream
Brian Behlendorf e7a06356c1
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
2021-03-05 17:56:35 -08:00
..
.gitignore Add `zstream redup` command to convert deduplicated send streams 2020-04-10 10:39:55 -07:00
Makefile.am cppcheck: integrete cppcheck 2021-01-26 16:12:26 -08:00
zstream.c Add support to decode a resume token 2020-07-23 17:44:03 -07:00
zstream.h Add support to decode a resume token 2020-07-23 17:44:03 -07:00
zstream_dump.c Make zstreamdump output the size of the payload for BEGIN records 2020-06-27 10:29:47 -07:00
zstream_redup.c Suppress cppcheck invalidSyntax warninigs 2021-03-05 17:56:35 -08:00
zstream_token.c Add support to decode a resume token 2020-07-23 17:44:03 -07:00