1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/torture/basic
Martin Schwenke 1ccb187408 source4/torture: Drop unused variable tdif
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
cb1cff90f1 from 2004.  Just drop it.

Signed-off-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Volker Lendecke <vl@samba.org>
2022-02-17 18:12:52 +00:00
..
aliases.c s4:torture:basic: fix valgrind 'Syscall param writev(vector[...])' error. 2016-04-25 10:35:15 +02:00
attr.c torture4: openattr always succeeds 2020-06-24 22:13:10 +00:00
base.c s4: torture: Use smbcli_unlink_wcard() to remove wildcards in base.chkpath test. 2021-12-09 18:06:35 +00:00
charset.c
cxd_known.h
delaywrite.c Spelling fixes s/ upto / up to / 2019-09-01 22:21:27 +00:00
delete.c source4/torture: Avoid unused variable 2022-02-17 18:12:52 +00:00
denytest.c source4/torture: Drop unused variable tdif 2022-02-17 18:12:52 +00:00
dir.c s4:torture:basic:dir: fix O3 error unused result of asprintf 2016-05-13 00:16:16 +02:00
disconnect.c
locking.c Fix spelling s/processs/process/ 2018-05-12 02:09:27 +02:00
mangle_test.c s4: torture: Use smbcli_unlink_wcard() to cleanup in base.mangle test. 2021-12-09 18:06:35 +00:00
misc.c s4:torture: Migrate smbtorture to new cmdline option parser 2021-06-16 00:34:38 +00:00
properties.c
rename.c
scanner.c Correct "existence" typos. 2017-02-22 08:26:22 +01:00
secleak.c
unlink.c
utable.c s4: torture: Use smbcli_unlink_wcard() in base.casetable test. 2021-12-09 18:06:35 +00:00