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/vcl/vcl_test.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/vcl/vcl_test.h') diff --git a/src/vcl/vcl_test.h b/src/vcl/vcl_test.h index a5a8ad19488..ab05f7ae9cf 100644 --- a/src/vcl/vcl_test.h +++ b/src/vcl/vcl_test.h @@ -404,7 +404,7 @@ static inline int vcl_test_read (int fd, uint8_t * buf, uint32_t nbytes, vcl_test_stats_t * stats) { - int rx_bytes, errno_val; + int rx_bytes; do { @@ -443,7 +443,7 @@ vcl_test_read (int fd, uint8_t * buf, uint32_t nbytes, static inline int vcl_test_read_ds (int fd, vppcom_data_segments_t ds, vcl_test_stats_t * stats) { - int rx_bytes, errno_val; + int rx_bytes; do { -- cgit 1.2.3-korg