Page MenuHomeFreeBSD

makefs: Ignore some sign comparison warnings from GCC.
ClosedPublic

Authored by jhb on Nov 22 2022, 11:12 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Dec 15, 12:18 AM
Unknown Object (File)
Dec 2 2024, 12:26 PM
Unknown Object (File)
Dec 2 2024, 6:07 AM
Unknown Object (File)
Nov 30 2024, 12:43 AM
Unknown Object (File)
Nov 24 2024, 11:49 PM
Unknown Object (File)
Nov 24 2024, 5:28 AM
Unknown Object (File)
Nov 22 2024, 11:00 PM
Unknown Object (File)
Nov 20 2024, 10:32 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Nov 22 2022, 11:12 PM

The one in zap.c is easy to fix directly, but this is ok for now.

This revision is now accepted and ready to land.Nov 23 2022, 2:23 PM

The one in zap.c is easy to fix directly, but this is ok for now.

Well, I think fixing it "correctly" requires changes to upstream OpenZFS and that is why I punted.