mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 17:18:56 +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:
|
default:
|
||||||
/* Suppress uninitialized variable warning */
|
/* Suppress uninitialized variable warning */
|
||||||
mprc = 0;
|
mprc = 0;
|
||||||
|
(void)mprc;
|
||||||
/*
|
/*
|
||||||
* The message type should have been sanitized before
|
* The message type should have been sanitized before
|
||||||
* we ever got here. Receipt of a message with an
|
* we ever got here. Receipt of a message with an
|
||||||
|
Loading…
Reference in New Issue
Block a user