diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-11-23 21:43:15 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-11-23 22:31:11 +0100 |
commit | 35dece848d46456441d75181953290a23193e84c (patch) | |
tree | 9d3b79f1f811fb0d3c24bcba27b923a026d0a490 /ospfd | |
parent | lib: Fixup of NULL calls to XSTRDUP (diff) | |
download | frr-35dece848d46456441d75181953290a23193e84c.tar.xz frr-35dece848d46456441d75181953290a23193e84c.zip |
Quagga: Fixup some compile warnings
Fixup compile warnings for when you turn on --enable-gcc-ultra-verbose=yes
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'ospfd')
-rw-r--r-- | ospfd/ospf_spf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_spf.c b/ospfd/ospf_spf.c index 71ba8e9ea..f50d82e2e 100644 --- a/ospfd/ospf_spf.c +++ b/ospfd/ospf_spf.c @@ -50,7 +50,7 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA static unsigned int spf_reason_flags = 0; -static void ospf_clear_spf_reason_flags () +static void ospf_clear_spf_reason_flags (void ) { spf_reason_flags = 0; } |