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)
Fri, Mar 27, 4:23 AM
Unknown Object (File)
Thu, Mar 26, 2:48 PM
Unknown Object (File)
Tue, Mar 24, 5:06 PM
Unknown Object (File)
Sat, Mar 21, 6:46 AM
Unknown Object (File)
Fri, Mar 20, 12:59 PM
Unknown Object (File)
Fri, Mar 20, 1:20 AM
Unknown Object (File)
Thu, Mar 19, 1:15 AM
Unknown Object (File)
Mon, Mar 9, 6:31 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.