mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +00:00
Fixup of a few missed warnings after --enable-werror turned on
Ticket: Trivial Reviewed by: Trivial Testing: Compilation
This commit is contained in:
parent
aa9584c1cf
commit
c0325cfa42
@ -51,7 +51,7 @@ bfd_info_create(void)
|
|||||||
* bfd_info_free - Free the BFD information.
|
* bfd_info_free - Free the BFD information.
|
||||||
*/
|
*/
|
||||||
void
|
void
|
||||||
bfd_info_free(void **bfd_info)
|
bfd_info_free(struct bfd_info **bfd_info)
|
||||||
{
|
{
|
||||||
if (*bfd_info)
|
if (*bfd_info)
|
||||||
{
|
{
|
||||||
|
@ -31,6 +31,7 @@
|
|||||||
#include "command.h"
|
#include "command.h"
|
||||||
#include "stream.h"
|
#include "stream.h"
|
||||||
#include "log.h"
|
#include "log.h"
|
||||||
|
#include "zclient.h"
|
||||||
#include "bfd.h"
|
#include "bfd.h"
|
||||||
|
|
||||||
#include "ospfd/ospfd.h"
|
#include "ospfd/ospfd.h"
|
||||||
|
@ -80,7 +80,7 @@ struct ospf_if_params
|
|||||||
u_int32_t network_lsa_seqnum; /* Network LSA seqnum */
|
u_int32_t network_lsa_seqnum; /* Network LSA seqnum */
|
||||||
|
|
||||||
/* BFD configuration */
|
/* BFD configuration */
|
||||||
void *bfd_info;
|
struct bfd_info *bfd_info;
|
||||||
};
|
};
|
||||||
|
|
||||||
enum
|
enum
|
||||||
|
Loading…
Reference in New Issue
Block a user