mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
1ccb187408
clang complains:
../../source4/torture/basic/denytest.c:1805:11: error: variable 'tdif' set but not used [-Werror,-Wunused-but-set-variable]
int64_t tdif;
^
That is, the variable is initialised and updated but the value is
never used.
Perhaps it is meant to be used in the nearby torture_comment() call,
but it has been this was since commit
|
||
---|---|---|
.. | ||
aliases.c | ||
attr.c | ||
base.c | ||
charset.c | ||
cxd_known.h | ||
delaywrite.c | ||
delete.c | ||
denytest.c | ||
dir.c | ||
disconnect.c | ||
locking.c | ||
mangle_test.c | ||
misc.c | ||
properties.c | ||
rename.c | ||
scanner.c | ||
secleak.c | ||
unlink.c | ||
utable.c |