From 49ee68443d41ffe1ab72c964104da980a2eb4367 Mon Sep 17 00:00:00 2001 From: Benoît Ganne Date: Tue, 30 Apr 2019 11:50:46 +0200 Subject: build: add -Wall and -fno-common, fix reported issues MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Type: refactor Change-Id: I8489ccd54411c2aa9355439c5641dc31012c64a2 Signed-off-by: Benoît Ganne Signed-off-by: Damjan Marion --- src/plugins/nsim/nsim_test.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/plugins/nsim') diff --git a/src/plugins/nsim/nsim_test.c b/src/plugins/nsim/nsim_test.c index 35f222eadf0..e3c95c7c204 100644 --- a/src/plugins/nsim/nsim_test.c +++ b/src/plugins/nsim/nsim_test.c @@ -226,7 +226,6 @@ api_nsim_configure (vat_main_t * vam) unformat_input_t *i = vam->input; f64 delay = 0.0, bandwidth = 0.0; f64 packet_size = 1500.0; - u32 num_workers = vlib_num_workers (); u32 packets_per_drop = 0; int ret; -- cgit 1.2.3-korg