s3/libsmb: clang: Fix 'Value stored to 'ea_size' is never read'
commitbf567380a7cc69bf4dc4cf7bad6bc774fcef6085
authorNoel Power <noel.power@suse.com>
Wed, 14 Aug 2019 11:21:32 +0000 (14 12:21 +0100)
committerGary Lockyer <gary@samba.org>
Tue, 27 Aug 2019 23:04:37 +0000 (27 23:04 +0000)
tree3bfcbed965601a893168560050c20659dde31a88
parentce9fef5fd5ea5475748e99ba1e72abcb557afd83
s3/libsmb: clang: Fix 'Value stored to 'ea_size' is never read'

Fixes:

source3/libsmb/clifile.c:5290:2: warning: Value stored to 'ea_size' is never read <--[clang]
        ea_size = (size_t)IVAL(rdata,0);
        ^         ~~~~~~~~~~~~~~~~~~~~~
Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
source3/libsmb/clifile.c