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)
Sun, May 17, 1:41 AM
Unknown Object (File)
Thu, May 14, 7:18 AM
Unknown Object (File)
Sat, May 9, 6:29 AM
Unknown Object (File)
Fri, May 8, 1:11 AM
Unknown Object (File)
Thu, Apr 30, 2:17 PM
Unknown Object (File)
Tue, Apr 28, 9:53 AM
Unknown Object (File)
Mon, Apr 27, 11:44 AM
Unknown Object (File)
Sun, Apr 26, 1:10 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.