nsswitch/libwbclient: clang: Fix Value stored to 'wbc_status' is never read
authorNoel Power <noel.power@suse.com>
Mon, 8 Jul 2019 13:46:39 +0000 (13:46 +0000)
committerGary Lockyer <gary@samba.org>
Thu, 11 Jul 2019 04:08:13 +0000 (04:08 +0000)
commit3a59a70dab359c4a1e992625b7adaa15f37a10ca
treea6b594819934d09620748715a06af6331d923813
parentc38a7745b18ff83ad0097e604967a2501e88d1e1
nsswitch/libwbclient: clang: Fix Value stored to 'wbc_status' is never read

Fixes:

nsswitch/libwbclient/wbc_util.c:123:3: warning: Value stored to 'wbc_status' is never read <--[clang]
                wbc_status = WBC_ERR_SUCCESS;
                ^            ~~~~~~~~~~~~~~~
1 warning generated.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
nsswitch/libwbclient/wbc_util.c