https://bugs.linaro.org/show_bug.cgi?id=2889
Bug ID: 2889
Summary: Unused helper extension code does not build, and is
not tested in CI
Product: OpenDataPlane - linux- generic reference
Version: v1.13.0.0
Hardware: Other
OS: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: ---
Component: General ODP
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected]
Target Milestone: ---
./configure --enable-helper-extn
make check
make[1]: Entering directory '/home/mike/work/git/odp/helper'
CC eth.lo
CC ip.lo
CC chksum.lo
CC hashtable.lo
CC lineartable.lo
CC cuckootable.lo
CC iplookuptable.lo
CC threads.lo
CC platform/linux-generic/thread.lo
platform/linux-generic/thread.c:282:12: error: ‘odph_linux_thread_create’
defined but not used [-Werror=unused-function]
static int odph_linux_thread_create(odph_odpthread_t *thread_tbl,
^~~~~~~~~~~~~~~~~~~~~~~~
cc1: all warnings being treated as errors
Makefile:617: recipe for target 'platform/linux-generic/thread.lo' failed
make[1]: *** [platform/linux-generic/thread.lo] Error 1
make[1]: Leaving directory '/home/mike/work/git/odp/helper'
Makefile:498: recipe for target 'check-recursive' failed
--
You are receiving this mail because:
You are on the CC list for the bug.