[dpdk-dev] [PATCH] mbuf & mempool: explicit typecast on function return

Thomas Monjalon thomas.monjalon at 6wind.com
Mon Aug 17 17:38:44 CEST 2015


2015-08-17 10:14, Olivier MATZ:
> Hi Sergey,
> 
> On 08/12/2015 11:11 AM, Sergey Balabanov wrote:
> > When DPDK is being compiled in C++ project using g++ then
> > 'invalid conversion from' error appears. Added explicit
> > typecast on function return to get rid of the error.
> > 
> > Signed-off-by: Sergey Balabanov <balabanovsv at ecotelecom.ru>
> 
> 
> Fixes: 7755baae8378 ("mbuf: silence warning on pointer arithmetic")
> Fixes: 6cf14ce4ce6c ("mempool: silence warning on pointer arithmetic")
> 
> Acked-by: Olivier Matz <olivier.matz at 6wind.com>

Split and applied, thanks


More information about the dev mailing list