]> git.puffer.fish Git - matthieu/frr.git/commit
[compiler] miscellaneous trivial compiler warning fixes
authorpaul <paul>
Thu, 19 Jan 2006 20:16:55 +0000 (20:16 +0000)
committerpaul <paul>
Thu, 19 Jan 2006 20:16:55 +0000 (20:16 +0000)
commite8e1946edf6ba87ef53832cdceccc39d7f0c3f26
treefcdaf92bf4129a8a58825bd21ae841a6b3b2bda8
parent779adb0147cfff1a831b08853976342ad2110fcd
[compiler] miscellaneous trivial compiler warning fixes

2006-01-19 Paul Jakma <paul.jakma@sun.com>

        * (general) various miscellaneous compiler warning fixes.
          Remove redundant break statements from switch clauses
          which return.
          return from main, not exit, cause it annoys SOS.
          Remove stray semi-colons which cause empty-statement
          warnings.
* zebra/main.c: (sighup) remove private declaration of external
  function.
28 files changed:
bgpd/ChangeLog
bgpd/bgp_aspath.c
bgpd/bgp_attr.c
bgpd/bgp_clist.c
bgpd/bgp_community.c
bgpd/bgp_ecommunity.c
bgpd/bgp_filter.c
bgpd/bgp_main.c
bgpd/bgp_packet.c
bgpd/bgp_route.c
bgpd/bgp_routemap.c
bgpd/bgp_vty.c
bgpd/bgpd.c
ospfd/ChangeLog
ospfd/ospf_dump.c
ospfd/ospf_lsa.c
ospfd/ospf_main.c
ospfd/ospf_routemap.c
ospfd/ospf_vty.c
ripd/ChangeLog
ripd/rip_main.c
ripngd/ChangeLog
ripngd/ripng_main.c
ripngd/ripng_routemap.c
zebra/ChangeLog
zebra/main.c
zebra/zebra_rib.c
zebra/zserv.c