> @@ -3892,7 +3896,7 @@ zfs_do_send(int argc, char **argv)
> static int
> zfs_do_receive(int argc, char **argv)
> {
> - int c, err;
> + int c, err = 0;
it is probably gcc bug, but we have warning:
may be used uninitialized in this function [-Wuninitialized]
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49883545
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer