Two trivial warnings
authorVolker Lendecke <vlendec@samba.org>
Tue, 2 Dec 2003 11:36:02 +0000 (11:36 +0000)
committerVolker Lendecke <vlendec@samba.org>
Tue, 2 Dec 2003 11:36:02 +0000 (11:36 +0000)
Volker
(This used to be commit a13e088493d91d39f730ba4b5138d5c4c5aa113a)

source3/torture/nbio.c

index 6c51db3cf3020f93104d836a0f6a74d501338d5a..2e79584d23f7bfa297dce6109d8251674157798c 100644 (file)
@@ -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)
 {