1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-22 05:57:43 +03:00

Two trivial warnings

Volker
This commit is contained in:
Volker Lendecke -
parent b5f32a0869
commit 6b46ee6fd5

View 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)
{