commit | b4b315989f9f73bdab4224eb3df80781fa986143 | [log] [tgz] |
---|---|---|
author | Vyacheslav Trushkin <me@dogonthesun.net> | Thu Dec 22 18:24:19 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Jan 02 19:51:11 2012 +0400 |
tree | c6873bb8b08305ca8834f3d6b0bc3d088612f8de | |
parent | 830526a51292e6241f7b6415e070f3780fe18e1e [diff] |
ospf6d: fix compiler warning messages * fix disagreement with C99 in zlog_debug calls Format specifier in some zlog_debug calls for size_t values was changed in order to C99 ('%u' -> '%zu'). * fix -Wsign-compare warnings Type of return value of ospf6_packet_max() was changed.