Re: [dpdk-dev] [PATCH 0/4] fix warnings with gcc 9 on Fedora 30

2019-05-02 Thread Thomas Monjalon
01/05/2019 21:50, Bruce Richardson: > This set of changes fixes warnings seen when compiling DPDK on Fedora 30. > In most cases these warnings appear to be false positives, which means we > have the option to just disable the warning. Because the changes required > to the code to silence the warnin

[dpdk-dev] [PATCH 0/4] fix warnings with gcc 9 on Fedora 30

2019-05-01 Thread Bruce Richardson
This set of changes fixes warnings seen when compiling DPDK on Fedora 30. In most cases these warnings appear to be false positives, which means we have the option to just disable the warning. Because the changes required to the code to silence the warnings are fairly small I've chosen in all cases