mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Removed a lot of unused variables.
Please try compiling your code with --enable-warnings to see them. (The unused parameter warnings are usually bogus, the unused variable ones are very useful, but gcc is unable to control them separately.)
This commit is contained in:
@@ -521,7 +521,7 @@ sk_passive_connected(sock *s, struct sockaddr *sa, int al, int type)
|
||||
int
|
||||
sk_open(sock *s)
|
||||
{
|
||||
int fd, e;
|
||||
int fd;
|
||||
sockaddr sa;
|
||||
int one = 1;
|
||||
int type = s->type;
|
||||
|
Reference in New Issue
Block a user