diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2018-09-09 03:04:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-09 03:04:54 +0200 |
commit | 4bb7d4482d7b22fea694d7b387c2090fdc32ce83 (patch) | |
tree | 7e1a052104bf9d5e8756281c601e0450fad2f5ed /zebra | |
parent | Merge pull request #2875 from opensourcerouting/fabricd (diff) | |
parent | bfdd: fix garbage "port" string (diff) | |
download | frr-4bb7d4482d7b22fea694d7b387c2090fdc32ce83.tar.xz frr-4bb7d4482d7b22fea694d7b387c2090fdc32ce83.zip |
Merge pull request #2994 from opensourcerouting/sa-warnings
fix remaining SA warnings
Diffstat (limited to 'zebra')
-rw-r--r-- | zebra/zebra_fpm_protobuf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_fpm_protobuf.c b/zebra/zebra_fpm_protobuf.c index ebd632270..be0f6a23b 100644 --- a/zebra/zebra_fpm_protobuf.c +++ b/zebra/zebra_fpm_protobuf.c @@ -129,6 +129,7 @@ static inline int add_nexthop(qpb_allocator_t *allocator, Fpm__AddRoute *msg, } // TODO: Use src. + (void)src; return 1; } |