Page MenuHomeFreeBSD

tests/fusefs: Suppress false warning from GCC.
ClosedPublic

Authored by jhb on Jun 20 2023, 4:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, May 6, 6:19 PM
Unknown Object (File)
Wed, May 1, 11:58 PM
Unknown Object (File)
Wed, May 1, 6:51 PM
Unknown Object (File)
Apr 21 2024, 3:37 PM
Unknown Object (File)
Apr 21 2024, 3:32 PM
Unknown Object (File)
Apr 21 2024, 2:26 PM
Unknown Object (File)
Apr 21 2024, 1:46 PM
Unknown Object (File)
Mar 13 2024, 3:47 PM
Subscribers

Details

Summary

GCC complains that DNAME in the inval_entry_below_root test is not
used, but EXPECT_LOOKUP() does pass DNAME to strcmp in an internal
lambda function.

Diff Detail

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