]> git.proxmox.com Git - mirror_frr.git/commit - lib/vrf.c
lib: work around enum issue in old gcc
authorQuentin Young <qlyoung@cumulusnetworks.com>
Tue, 24 Mar 2020 17:16:06 +0000 (13:16 -0400)
committerQuentin Young <qlyoung@cumulusnetworks.com>
Mon, 13 Apr 2020 21:03:42 +0000 (17:03 -0400)
commitf7d459250939713b8707fe0fe44d2e7e5dd0276a
treed7a5b2344550c2573aa0a2b24dfa24068a19923e
parente4f5680d6e15e175895001bec06b9357ec70911a
lib: work around enum issue in old gcc

I'd like to keep the explicit check here, but since underlying type of
enum is implementation defined, theres some inconsistency using -Wall
-Werror in older compilers here

Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
lib/vrf.c