mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 16:20:08 +00:00
bgpd: suppress dead store warning
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
This commit is contained in:
parent
8da59e56de
commit
5041dc4fbf
@ -2306,6 +2306,7 @@ int bgp_process_packet(struct thread *thread)
|
||||
default:
|
||||
/* Suppress uninitialized variable warning */
|
||||
mprc = 0;
|
||||
(void)mprc;
|
||||
/*
|
||||
* The message type should have been sanitized before
|
||||
* we ever got here. Receipt of a message with an
|
||||
|
Loading…
Reference in New Issue
Block a user