From ba6d5fcb97b9831dddf7dfe09fb02fbb23d864b4 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 28 Oct 2004 13:40:50 +0000 Subject: r3324: made the smbtorture code completely warning free (This used to be commit 7067bb9b52223cafa28470f264f0b60646a07a01) --- source4/torture/basic/dir.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/basic/dir.c') diff --git a/source4/torture/basic/dir.c b/source4/torture/basic/dir.c index de2944e7fe..d34e064580 100644 --- a/source4/torture/basic/dir.c +++ b/source4/torture/basic/dir.c @@ -30,7 +30,7 @@ static void list_fn(file_info *finfo, const char *name, void *state) /* test directory listing speed */ -BOOL torture_dirtest1(int dummy) +BOOL torture_dirtest1(void) { int i; struct smbcli_state *cli; @@ -86,7 +86,7 @@ BOOL torture_dirtest1(int dummy) return correct; } -BOOL torture_dirtest2(int dummy) +BOOL torture_dirtest2(void) { int i; struct smbcli_state *cli; -- cgit