freebsd-nq/cddl/contrib/opensolaris/lib
Sean Bruno 86784a0a22 Cleanup sundry clang warnings for code that is not upstream in illumos.
https://github.com/illumos/illumos-gate/edit/master/usr/src/lib/libzfs/common/libzfs_sendrecv.c

Patch our version of it to quiesce warnings until someone decides to sync
up our code:

libzfs_sendrecv.c:2555:30: warning: format specifies type 'unsigned long'
  but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
                                sprintf(guidname, "%lu", thisguid);
                                                   ~~~   ^~~~~~~~
                                                   %llu
libzfs_sendrecv.c:2612:29: warning: format specifies type 'unsigned long'
  but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
                        sprintf(guidname, "%lu", parent_fromsnap_guid);
                                           ~~~   ^~~~~~~~~~~~~~~~~~~~
                                           %llu
libzfs_sendrecv.c:2645:29: warning: format specifies type 'unsigned long'
  but the argument has type 'uint64_t' (aka 'unsigned long long') [-Wformat]
                        sprintf(guidname, "%lu", parent_fromsnap_guid);
                                           ~~~   ^~~~~~~~~~~~~~~~~~~~
                                           %llu

Reviewed by:	allanjude
Differential Revision:	https://reviews.freebsd.org/D15325
2018-05-06 16:22:02 +00:00
..
libcmdutils
libctf/common libctf: Appease Coverity overrun warnings 2018-03-26 21:57:44 +00:00
libdtrace Given hidden visibility to symbols referenced by the DOF section. 2018-03-19 19:32:05 +00:00
libgen/common
libnvpair
libuutil/common
libzfs/common Cleanup sundry clang warnings for code that is not upstream in illumos. 2018-05-06 16:22:02 +00:00
libzfs_core/common MFV r331695, 331700: 9166 zfs storage pool checkpoint 2018-03-28 22:01:27 +00:00
libzpool/common MFV r331400: 8484 Implement aggregate sum and use for arc counters 2018-03-23 02:15:05 +00:00
pyzfs/common