mirror of
https://gitlab.labs.nic.cz/labs/bird.git
synced 2024-05-11 16:54:54 +00:00
Fix configure to enable warnings and fix most of them.
This commit is contained in:
@@ -51,7 +51,7 @@ proto_enqueue(list *l, struct proto *p)
|
||||
static void
|
||||
proto_relink(struct proto *p)
|
||||
{
|
||||
list *l;
|
||||
list *l = NULL;
|
||||
|
||||
if (p->debug & D_STATES)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user