]> git.proxmox.com Git - mirror_zfs.git/commit
Correct cppcheck errors
authorGiuseppe Di Natale <dinatale2@users.noreply.github.com>
Tue, 19 Sep 2017 19:17:29 +0000 (12:17 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Sep 2017 19:17:29 +0000 (12:17 -0700)
commit34d00e7aba13076e47dbd1791bd955c1e2f7b0c9
tree4fca38c567b350660e6f2d6d53951bc356a2bb47
parent8e2dddab421e7131b7bd7eadd517fb36b59b2ddd
Correct cppcheck errors

ZFS buildbot STYLE builder was moved to Ubuntu 17.04
which has a newer version of cppcheck. Handle the
new cppcheck errors.

uu_* functions removed in this commit were unused
and effectively dead code. They are now retired.

Reviewed-by: George Melikov <mail@gmelikov.ru>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Giuseppe Di Natale <dinatale2@llnl.gov>
Closes #6653
.github/suppressions.txt [new file with mode: 0644]
Makefile.am
include/libuutil.h
lib/libuutil/Makefile.am
lib/libuutil/uu_strtoint.c [deleted file]
module/zfs/zfs_vnops.c