From 101855ea0def0dc98a8464c643885131984a680d Mon Sep 17 00:00:00 2001 From: Timothy Redaelli Date: Wed, 5 Feb 2020 15:12:20 +0100 Subject: [PATCH] app/pipeline: fix build with gcc 10 [ upstream commit 20c1854f079e0a09f9c0383ccd896aafe6f41b0a ] GCC 10 defaults to -fno-common, this means a linker error will now be reported if the same global variable is defined in more than one compilation unit. Fixes: 48f31ca50cc4 ("app/pipeline: packet framework benchmark") Signed-off-by: Timothy Redaelli Acked-by: Cristian Dumitrescu --- test/test-pipeline/config.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/test-pipeline/config.c b/test/test-pipeline/config.c index 28ac9fcc0e..33f3f1c827 100644 --- a/test/test-pipeline/config.c +++ b/test/test-pipeline/config.c @@ -42,8 +42,6 @@ #include "main.h" -struct app_params app; - static const char usage[] = "\n"; void