diff options
author | Volker Lendecke <vlendec@samba.org> | 2003-12-02 11:36:02 +0000 |
---|---|---|
committer | Volker Lendecke <vlendec@samba.org> | 2003-12-02 11:36:02 +0000 |
commit | 0064a113f266b2da724c1b03b28474da9291422f (patch) | |
tree | 06828d2c919a11a158c518fca5a7d1b6fbed484f /source3/torture | |
parent | 026e4762585328ae7a9a5d23b01a074646e65bf3 (diff) | |
download | samba-0064a113f266b2da724c1b03b28474da9291422f.tar.gz samba-0064a113f266b2da724c1b03b28474da9291422f.tar.bz2 samba-0064a113f266b2da724c1b03b28474da9291422f.zip |
Two trivial warnings
Volker
(This used to be commit a13e088493d91d39f730ba4b5138d5c4c5aa113a)
Diffstat (limited to 'source3/torture')
-rw-r--r-- | source3/torture/nbio.c | 4 |
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) { |