> @@ -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;
This change is harmless, but if the compiler is complaining about it, that
seems like a compiler bug, because we always assign err before using it
(AFAICT).
---
Reply to this email directly or view it on GitHub:
https://github.com/openzfs/openzfs/pull/56/files#r49883350
_______________________________________________
developer mailing list
[email protected]
http://lists.open-zfs.org/mailman/listinfo/developer