]> git.ipfire.org Git - thirdparty/bird.git/blobdiff - proto/ospf/lsalib.c
Merge branch 'master' into int-new
[thirdparty/bird.git] / proto / ospf / lsalib.c
index b4d2faba45fccbb128e04921539f27b9c69163af..b88a114d3e03d2ce675a43b7be44f9b5ae72f0e5 100644 (file)
@@ -461,7 +461,7 @@ lsa_validate_sum3_net(struct ospf_lsa_header *lsa, struct ospf_lsa_sum3_net *bod
 }
 
 static int
-lsa_validate_sum3_rt(struct ospf_lsa_header *lsa, struct ospf_lsa_sum3_rt *body)
+lsa_validate_sum3_rt(struct ospf_lsa_header *lsa, struct ospf_lsa_sum3_rt *body UNUSED)
 {
   if (lsa->length != (HDRLEN + sizeof(struct ospf_lsa_sum3_rt)))
     return 0;