mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 22:29:23 +00:00
zebra: suppress unused variable warning
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
8a64de72ff
commit
694bd4ce20
@ -7858,7 +7858,7 @@ void zebra_vxlan_remote_vtep_del(ZAPI_HANDLER_ARGS)
|
|||||||
s = msg;
|
s = msg;
|
||||||
|
|
||||||
while (l < hdr->length) {
|
while (l < hdr->length) {
|
||||||
int flood_control;
|
int flood_control __attribute__((unused));
|
||||||
|
|
||||||
/* Obtain each remote VTEP and process. */
|
/* Obtain each remote VTEP and process. */
|
||||||
STREAM_GETL(s, vni);
|
STREAM_GETL(s, vni);
|
||||||
|
Loading…
Reference in New Issue
Block a user