]> git.puffer.fish Git - matthieu/frr.git/commit
[bgpd] fix a couple of trivial compiler warnings
authorPaul Jakma <paul.jakma@sun.com>
Tue, 22 Jul 2008 19:56:56 +0000 (19:56 +0000)
committerPaul Jakma <paul.jakma@sun.com>
Tue, 22 Jul 2008 19:56:56 +0000 (19:56 +0000)
commit851a1a5c146b346d8b8f58fe3924baa5c208f865
tree38817ea92885b4274ca63ad2fc502da7a92c058d
parent0df7c91f048f2116610d6bdfce3ab6cad1981802
[bgpd] fix a couple of trivial compiler warnings

2008-07-22 Paul Jakma <paul.jakma@sun.com>

* 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
bgpd/bgp_attr.c
bgpd/bgp_community.c
bgpd/bgp_table.c
bgpd/bgp_table.h