mirror of
https://git.proxmox.com/git/mirror_frr
synced 2026-01-07 01:42:38 +00:00
zebra: clean up misc_null pragmas
The no-op alternatives provided in misc_null trigger a few warnings since they provide functions / use pragmas without prototypes. Signed-off-by: David Lamparter <equinox@opensourcerouting.org> (cherry picked from commit a3466abd93f83424f9f83e56282e42188e1f94ce)
This commit is contained in:
parent
83a0b892dd
commit
28feb0b3a2
@ -29,6 +29,12 @@
|
||||
|
||||
void rtadv_config_write (struct vty *vty, struct interface *ifp) { return; }
|
||||
void irdp_config_write (struct vty *vty, struct interface *ifp) { return; }
|
||||
#ifdef HAVE_PROC_NET_DEV
|
||||
void ifstat_update_proc (void) { return; }
|
||||
#endif
|
||||
#ifdef HAVE_NET_RT_IFLIST
|
||||
void ifstat_update_sysctl (void) { return; }
|
||||
#endif
|
||||
|
||||
void
|
||||
zfpm_trigger_update (struct route_node *rn, const char *reason)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user