]> git.puffer.fish Git - mirror/frr.git/commit
ospfd: neuter some compiler warnings
authorPaul Jakma <paul@quagga.net>
Mon, 3 Aug 2009 15:34:16 +0000 (16:34 +0100)
committerPaul Jakma <paul@quagga.net>
Mon, 3 Aug 2009 15:52:38 +0000 (16:52 +0100)
commit5372510d109d87b94d6094d095dd4e0e02eaf32a
tree9c112ea23db64e3d2f2978e8c7df575cbd3a14a3
parent4ca15d4a658dca9663b7dea2475edfe6814ef847
ospfd: neuter some compiler warnings

* ospf_lsa.c: (link_info_set) Use %zd for size_t - C99 is old enough now.
  Lots of similar warnings all over the code.
  (ospf_lsa_translated_nssa_compare) Unused func - delete.
ospfd/ospf_lsa.c