mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 04:40:21 +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.
|
||||
*/
|
||||
void
|
||||
bfd_info_free(void **bfd_info)
|
||||
bfd_info_free(struct bfd_info **bfd_info)
|
||||
{
|
||||
if (*bfd_info)
|
||||
{
|
||||
|
@ -31,6 +31,7 @@
|
||||
#include "command.h"
|
||||
#include "stream.h"
|
||||
#include "log.h"
|
||||
#include "zclient.h"
|
||||
#include "bfd.h"
|
||||
|
||||
#include "ospfd/ospfd.h"
|
||||
|
@ -80,7 +80,7 @@ struct ospf_if_params
|
||||
u_int32_t network_lsa_seqnum; /* Network LSA seqnum */
|
||||
|
||||
/* BFD configuration */
|
||||
void *bfd_info;
|
||||
struct bfd_info *bfd_info;
|
||||
};
|
||||
|
||||
enum
|
||||
|
Loading…
Reference in New Issue
Block a user