summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2003-12-02 11:41:42 +0000
committerVolker Lendecke <vlendec@samba.org>2003-12-02 11:41:42 +0000
commitf09e4312f0b838e36f1ff0c0188a941c187ebad8 (patch)
tree817be5e97d9c4f7207f3f2f66cb9d6b1aaafa564 /source3
parent6eed4ed9adbdce228b6e239fa0c4bb3f21d25f1f (diff)
downloadsamba-f09e4312f0b838e36f1ff0c0188a941c187ebad8.tar.gz
samba-f09e4312f0b838e36f1ff0c0188a941c187ebad8.tar.bz2
samba-f09e4312f0b838e36f1ff0c0188a941c187ebad8.zip
Two trivial warnings
Volker (This used to be commit 6b46ee6fd5c47d04e9c61e6cec3f0b16b268cd2d)
Diffstat (limited to 'source3')
-rw-r--r--source3/torture/nbio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/torture/nbio.c b/source3/torture/nbio.c
index 6c51db3cf3..2e79584d23 100644
--- a/source3/torture/nbio.c
+++ b/source3/torture/nbio.c
@@ -52,7 +52,7 @@ double nbio_total(void)
return total;
}
-void nb_alarm(void)
+void nb_alarm(int ignore)
{
int i;
int lines=0, num_clients=0;
@@ -79,6 +79,7 @@ void nbio_shmem(int n)
}
}
+#if 0
static int ne_find_handle(int handle)
{
int i;
@@ -88,6 +89,7 @@ static int ne_find_handle(int handle)
}
return -1;
}
+#endif
static int find_handle(int handle)
{