]> git.puffer.fish Git - mirror/frr.git/commitdiff
zebra: suppress unused variable warning 4234/head
authorQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 1 May 2019 19:29:24 +0000 (19:29 +0000)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Wed, 1 May 2019 19:30:31 +0000 (19:30 +0000)
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
zebra/zebra_vxlan.c

index 525ead5a0dfcee50cbdef3ca408cf7f0fcb6950d..baa050c9b90e1d19828f10f2c1b930a54b4a11c6 100644 (file)
@@ -7858,7 +7858,7 @@ void zebra_vxlan_remote_vtep_del(ZAPI_HANDLER_ARGS)
        s = msg;
 
        while (l < hdr->length) {
-               int flood_control;
+               int flood_control __attribute__((unused));
 
                /* Obtain each remote VTEP and process. */
                STREAM_GETL(s, vni);