]> granicus.if.org Git - zfs/commit
Correct cppcheck errors (#6662)
authorGiuseppe Di Natale <dinatale2@users.noreply.github.com>
Wed, 20 Sep 2017 19:59:21 +0000 (12:59 -0700)
committerTony Hutter <hutter2@llnl.gov>
Wed, 20 Sep 2017 19:59:21 +0000 (12:59 -0700)
commitbef6a8bc3a1b58db1239ea327cc1efdcc611cab2
tree8ff5cd5095a7fada1b006286538fbc71d88a71b1
parent266b181e7594592e6db63b5e22584373585922ef
Correct cppcheck errors (#6662)

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