RE: [PATCH 01/11] service: fix build with clang 15

2022-11-18 Thread Van Haaren, Harry
> -Original Message- > From: David Marchand > Sent: Friday, November 18, 2022 8:53 AM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Van Haaren, Harry ; Jerin > Jacob > > Subject: [PATCH 01/11] service: fix build with clang 15 > > This variable is not used.

[PATCH 01/11] service: fix build with clang 15

2022-11-18 Thread David Marchand
This variable is not used. Bugzilla ID: 1130 Fixes: 21698354c832 ("service: introduce service cores concept") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- lib/eal/common/rte_service.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/eal/common/rte_service.c b/lib/eal/common/rte