https://bugs.dpdk.org/show_bug.cgi?id=900

            Bug ID: 900
           Summary: [19.11.11-rc1] net/nfp build failure with clang 13
           Product: DPDK
           Version: 20.11
          Hardware: All
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: ethdev
          Assignee: dev@dpdk.org
          Reporter: alia...@nvidia.com
  Target Milestone: ---

"""
$ meson --werror --buildtype=debugoptimized build && ninja-build -C build
[..]
drivers/net/nfp/nfp_net.c:3037:24: error: variable 'totlen' set but not used
[-Werror,-Wunused-but-set-variable]           size_t count, curlen, totlen = 0;
drivers/net/nfp/nfp_net.c:3139:24: error: variable 'totlen' set but not used
[-Werror,-Wunused-but-set-variable]
        size_t count, curlen, totlen = 0;
"""

clang: 13.0.0 (Fedora 13.0.0-3.fc35)

This was recently fixed by 9465a5d5a065 ("net/nfp: remove unused message
length").

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to