mirror of
https://github.com/samba-team/samba.git
synced 2025-01-25 06:04:04 +03:00
f755de5413
Fixes: source4/libcli/clideltree.c:113:3: warning: Value stored to 'status' is never read <--[clang] status = smbcli_setatr(tree, dname, FILE_ATTRIBUTE_NORMAL, 0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ source4/libcli/clideltree.c:131:3: warning: Value stored to 'status' is never read <--[clang] status = smbcli_setatr(dstate.tree, dname, FILE_ATTRIBUTE_NORMAL, 0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2 warnings generated. Signed-off-by: Noel Power <noel.power@suse.com> Reviewed-by: Andreas Schneider <asn@samba.org>