diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:29:14 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-05-20 03:29:14 +0200 |
commit | ed2eb093c75183167524205111fb4ae3e253e4a9 (patch) | |
tree | 5e6cc1fb8b9b49374c2e430c4d3e9507ac2e9d83 /ospf6d/ospf6_neighbor.h | |
parent | ripd: ripd-warnings.patch (diff) | |
download | frr-ed2eb093c75183167524205111fb4ae3e253e4a9.tar.xz frr-ed2eb093c75183167524205111fb4ae3e253e4a9.zip |
ospfd: ospfd-warnings.patch
Remove compile warnings for the ospfd/ospf6d directory
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Reviewed-by:
Diffstat (limited to 'ospf6d/ospf6_neighbor.h')
-rw-r--r-- | ospf6d/ospf6_neighbor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ospf6d/ospf6_neighbor.h b/ospf6d/ospf6_neighbor.h index 65c43fd2e..cba2cb99d 100644 --- a/ospf6d/ospf6_neighbor.h +++ b/ospf6d/ospf6_neighbor.h @@ -137,7 +137,7 @@ static const char *ospf6_neighbor_event_str[] = "InactivityTimer", }; -static const char *ospf6_neighbor_event_string (int event) +static inline const char *ospf6_neighbor_event_string (int event) { #define OSPF6_NEIGHBOR_UNKNOWN_EVENT_STRING "UnknownEvent" |