From 851a1a5c146b346d8b8f58fe3924baa5c208f865 Mon Sep 17 00:00:00 2001 From: Paul Jakma Date: Tue, 22 Jul 2008 19:56:56 +0000 Subject: [bgpd] fix a couple of trivial compiler warnings 2008-07-22 Paul Jakma * bgp_community.c: (community_str2com) assigns defaults to local vars * bgp_attr.c: (bgp_attr_parse) match format specifier to arg * bgp_table.{c,h}: (bgp_table_top) can take a * to a const, quelling warning in bgp_route.c --- bgpd/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'bgpd/ChangeLog') diff --git a/bgpd/ChangeLog b/bgpd/ChangeLog index 2150add3..24244947 100644 --- a/bgpd/ChangeLog +++ b/bgpd/ChangeLog @@ -1,3 +1,11 @@ +2008-07-22 Paul Jakma + + * bgp_community.c: (community_str2com) assigns defaults to local + vars + * bgp_attr.c: (bgp_attr_parse) match format specifier to arg + * bgp_table.{c,h}: (bgp_table_top) can take a * to a const, quelling + warning in bgp_route.c + 2008-07-21 Paul Jakma -- cgit v1.2.1