* [Bug 1095] librte_bbdev build failure with clang 3.4.2
@ 2022-10-10 6:54 bugzilla
2022-11-15 8:13 ` bugzilla
0 siblings, 1 reply; 2+ messages in thread
From: bugzilla @ 2022-10-10 6:54 UTC (permalink / raw)
To: dev
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@dpdk.org
Reporter: alialnu@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.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-15 8:13 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-10 6:54 [Bug 1095] librte_bbdev build failure with clang 3.4.2 bugzilla
2022-11-15 8:13 ` bugzilla
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).