s4/libcli/raw: Fix 'Value stored to 'p' is never read'
commit7b8ec24ccfb06c1d499bf500183c0dc24de553a0
authorNoel Power <noel.power@suse.com>
Thu, 11 Jul 2019 12:00:27 +0000 (11 12:00 +0000)
committerGary Lockyer <gary@samba.org>
Tue, 16 Jul 2019 22:52:24 +0000 (16 22:52 +0000)
tree86b9175d46d570ebdabb7b1cce0df14dc6ae6e8b
parent4f61a9980dbd23774e7d0c205e59dc6c593067dd
s4/libcli/raw: Fix 'Value stored to 'p' is never read'

Fixes:

source4/libcli/raw/clitree.c:138:3: warning: Value stored to 'p' is never read <--[clang]
                p += smbcli_req_pull_string(&req->in.bufinfo, mem_ctx, &parms->tconx.out.fs_type,
                ^    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source4/libcli/raw/clitree.c