mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 21:47:59 +00:00
lint: removed argc/argv parameters from main() because not used in body
This commit is contained in:
parent
6a759e3869
commit
e9c6a07ee3
@ -58,7 +58,7 @@ check_result(isc_result_t result, char *msg)
|
||||
}
|
||||
|
||||
int
|
||||
main(int argc, char *argv[])
|
||||
main()
|
||||
{
|
||||
isc_task_t *t1, *t2;
|
||||
isc_sockaddr_t sockaddr;
|
||||
|
Loading…
x
Reference in New Issue
Block a user