Page MenuHomeFreeBSD

sysutils/openzfs-kmod: Quiet -Wunused-but-set-variable warnings.
Needs ReviewPublic

Authored by jhb on May 17 2022, 11:28 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Jun 29, 6:40 AM
Unknown Object (File)
Sun, Jun 22, 7:13 AM
Unknown Object (File)
Sun, Jun 15, 3:41 AM
Unknown Object (File)
Fri, Jun 13, 4:33 PM
Unknown Object (File)
May 28 2025, 9:15 AM
Unknown Object (File)
Apr 30 2025, 7:42 AM
Unknown Object (File)
Apr 25 2025, 1:40 AM
Unknown Object (File)
Apr 14 2025, 6:40 PM
Subscribers

Details

Reviewers
mm
freqlabs
Summary

This mirrors src commits 0c348b97eb05 and a95c70012bc3.

Diff Detail

Repository
rP FreeBSD ports repository
Lint
No Lint Coverage
Unit
No Test Coverage
Build Status
Buildable 45615
Build 42503: arc lint + arc unit

Event Timeline

jhb requested review of this revision.May 17 2022, 11:28 PM
jhb retitled this revision from sysutils/openzfs-kmod: Quiet -Wset-but-unused-variable warnings. to sysutils/openzfs-kmod: Quiet -Wunused-but-set-variable warnings..May 17 2022, 11:29 PM

Thanks for the patch. The fse and zstd warnings have been fixed in OpenZFS master already and I have just opened a pull request to fix the dnode warning. That way we can avoid patching. I will update the port when that goes in.

Ok, sounds good. When those changes get merged to src main, the commit in src main to add these warning suppressions should be reverted as well.

BTW, the Makefile in src has many more warning suppressions compared to this Makefile in the OpenZFS tree itself.