commit | c7c53fa88ccdbc2d48cf7327c9e4f33cdc517a8a | [log] [tgz] |
---|---|---|
author | Matthieu Boutier <boutier@pps.jussieu.fr> | Sun Jan 08 16:43:08 2012 +0100 |
committer | Paul Jakma <paul@quagga.net> | Sun Mar 25 17:06:52 2012 +0100 |
tree | 9bd7e691165412840555be6d10a7a37b69b00bc0 | |
parent | 3dbda0ceebe369a1071600fe7d8d8ecf45f1027c [diff] [blame] |
babeld: address some other compilation warnings.
diff --git a/babeld/route.h b/babeld/route.h index dbb205d..e38f157 100644 --- a/babeld/route.h +++ b/babeld/route.h
@@ -52,7 +52,7 @@ short installed; }; -static inline int +static inline unsigned short route_metric(const struct babel_route *route) { return route->metric;