[Bug 1095] librte_bbdev build failure with clang 3.4.2
bugzilla at dpdk.org
bugzilla at dpdk.org
Mon Oct 10 08:54:46 CEST 2022
https://bugs.dpdk.org/show_bug.cgi?id=1095
Bug ID: 1095
Summary: librte_bbdev build failure with clang 3.4.2
Product: DPDK
Version: unspecified
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: other
Assignee: dev at dpdk.org
Reporter: alialnu at nvidia.com
Target Milestone: ---
$ meson --werror --buildtype=debugoptimized build && ninja-build -C build
"""
FAILED: lib/librte_bbdev.a.p/bbdev_rte_bbdev.c.o
[..]
lib/bbdev/rte_bbdev.c:1179:13: error: comparison of constant 4 with expression
of type 'enum rte_bbdev_enqueue_status' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
if (status < sizeof(enq_sta_string) / sizeof(char *))
"""
DPDK: de254dac608e
OS: CentOS Linux 7
Meson: 0.55.1
Ninja: 1.10.2
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the dev
mailing list