freebsd-src/sys/ofed/drivers/infiniband
Andrew Turner 19782e5bef ibcore: Mark write-only variables
Some LinuxKPI lock macros pass need a flags field passed in. This is
written to but never read from so gcc complains.

Fix this by marking the flags variables as unused to quieten the
compiler.

Reviewed by:	brooks (earlier version), kib
Sponsored by:	Arm Ltd
Differential Revision:	https://reviews.freebsd.org/D45303
2024-06-12 14:04:45 +01:00
..
core ibcore: Mark write-only variables 2024-06-12 14:04:45 +01:00
ulp sockets: provide correct pr_shutdown for keysock and SDP 2024-01-16 12:02:59 -08:00
util Infiniband clients must be attached and detached in a specific order in ibcore. 2020-07-06 08:50:11 +00:00