Re: [dpdk-dev] [PATCH] buildtools: zero elf info variable in pmdinfogen

2017-09-05 Thread Bruce Richardson
On Tue, Sep 05, 2017 at 02:03:33PM +0100, Harry van Haaren wrote: > This commit zeros out the elf_info struct at startup of the > pmdinfogen code. If it is not zeroed, later in the code gcc > produces "may be unused" prints. Clang does not report any > issue. > > This commit enables a simplificati

[dpdk-dev] [PATCH] buildtools: zero elf info variable in pmdinfogen

2017-09-05 Thread Harry van Haaren
This commit zeros out the elf_info struct at startup of the pmdinfogen code. If it is not zeroed, later in the code gcc produces "may be unused" prints. Clang does not report any issue. This commit enables a simplification in the meson build system, removing the requirement for "-Wno-maybe-uniniti