Page MenuHomeFreeBSD

sx: avoid gcc -Wunused-value
ClosedPublic

Authored by rlibby on Jul 5 2024, 2:08 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Dec 25, 2:41 AM
Unknown Object (File)
Nov 24 2024, 4:46 PM
Unknown Object (File)
Nov 22 2024, 8:28 AM
Unknown Object (File)
Nov 22 2024, 8:28 AM
Unknown Object (File)
Nov 22 2024, 8:28 AM
Unknown Object (File)
Nov 22 2024, 8:28 AM
Unknown Object (File)
Nov 22 2024, 8:06 AM
Unknown Object (File)
Oct 29 2024, 12:59 PM
Subscribers
None

Diff Detail

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

Event Timeline

rlibby requested review of this revision.Jul 5 2024, 2:08 AM
rlibby created this revision.

Why didn't sx_lock() complain?

In D45875#1045918, @imp wrote:

Why didn't sx_lock() complain?

Oops. It did. I missed it. Will fix. Thanks.

imp: sx_xlock too

Also fixup whitespace while touching these lines.

Then what about sx_try_xlock()?

In D45875#1045923, @kib wrote:

Then what about sx_try_xlock()?

Don't we always test whether that succeeded or not. Otherwise why try??

Yeah, we should use the value from sx_try_lock, and we'd like to enforce that it's checked too I guess.

This revision is now accepted and ready to land.Jul 9 2024, 6:28 PM
This revision was automatically updated to reflect the committed changes.