Fix clang -Wvarargs compile errors
[vpp.git] / src / vnet / bier / bier_test.c
index 2c13abc..08a8c55 100644 (file)
@@ -158,7 +158,7 @@ bier_test_mk_intf (u32 ninterfaces)
 
 static int
 bier_test_validate_entry (index_t bei,
-                          u16 n_buckets,
+                          int n_buckets,
                           ...)
 {
     dpo_id_t dpo = DPO_INVALID;