flags is set but never used. Since we
plan to use it in the future, make
it evident what is going on here.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
struct zebra_vrf *zvrf;
u_short l = 0;
struct prefix p;
- u_int16_t flags;
+ //u_int16_t flags;
s = client->ibuf;
zvrf = vrf_info_lookup(VRF_DEFAULT);
while (l < length)
{
- flags = stream_getw(s);
+ //flags = stream_getw(s);
+ (void)stream_getw(s);
p.family = stream_getw(s);
p.prefixlen = stream_getc(s);
l += 5;