summaryrefslogtreecommitdiff
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
commit6b46ee6fd5c47d04e9c61e6cec3f0b16b268cd2d (patch)
tree41e9b39e1752bed1b4b1284c5cac8afe1bd4ca04
parentb5f32a0869017a3ce457bf45e4aa2c1b621162c6 (diff)
downloadsamba-6b46ee6fd5c47d04e9c61e6cec3f0b16b268cd2d.tar.gz
Two trivial warnings
Volker
-rw-r--r--source/torture/nbio.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/source/torture/nbio.c b/source/torture/nbio.c
index 6c51db3cf30..2e79584d23f 100644
--- a/source/torture/nbio.c
+++ b/source/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)
{