HomeFreeBSD

Silence newer gcc warnings.

Description

Silence newer gcc warnings.

Newer versions of gcc generate "set, but not used" warnings.
Add __unused macros to silence these warnings.
Although the variables are not being used, they are values parsed from
arguments to callback RPCs that might be needed in the future.

Requested by: mmacy

Details

Provenance
rmacklemAuthored on
Parents
rS336932: Add missing send/recv dtrace probes for TCP.
Branches
Unknown
Tags
Unknown