]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Silence newer gcc warnings.
authorrmacklem <rmacklem@FreeBSD.org>
Mon, 30 Jul 2018 20:25:32 +0000 (20:25 +0000)
committerrmacklem <rmacklem@FreeBSD.org>
Mon, 30 Jul 2018 20:25:32 +0000 (20:25 +0000)
commitf75511cca3128c3115776b69d4ede873f982a36b
treeca65655ed85fbe79bfdfb32490cff1b9e6f3aab5
parent0f18e562b3b44701bafaacd1b0c355a64fe4e964
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
sys/fs/nfsclient/nfs_clstate.c