summaryrefslogtreecommitdiffstats
path: root/zebra
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-09-09 03:04:54 +0200
committerGitHub <noreply@github.com>2018-09-09 03:04:54 +0200
commit4bb7d4482d7b22fea694d7b387c2090fdc32ce83 (patch)
tree7e1a052104bf9d5e8756281c601e0450fad2f5ed /zebra
parentMerge pull request #2875 from opensourcerouting/fabricd (diff)
parentbfdd: fix garbage "port" string (diff)
downloadfrr-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.c1
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;
}