commit | 5372510d109d87b94d6094d095dd4e0e02eaf32a | [log] [tgz] |
---|---|---|
author | Paul Jakma <paul@quagga.net> | Mon Aug 03 16:34:16 2009 +0100 |
committer | Paul Jakma <paul@quagga.net> | Mon Aug 03 16:52:38 2009 +0100 |
tree | 9c112ea23db64e3d2f2978e8c7df575cbd3a14a3 | |
parent | 4ca15d4a658dca9663b7dea2475edfe6814ef847 [diff] |
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.