[dpdk-dev] [PATCH] pipeline: use unsigned constants for left shift operations

Thomas Monjalon thomas.monjalon at 6wind.com
Sun Mar 13 16:23:42 CET 2016


> > Tell the compiler to use unsigned constants for left shift ops,
> > otherwise building with gcc >= 6.0 fails due to multiple warnings like:
> > warning: left shift of negative value [-Wshift-negative-value]
> > 
> > Signed-off-by: Panu Matilainen <pmatilai at redhat.com>
> 
> Acked-by: Cristian Dumitrescu <cristian.dumitrescu at intel.com>

Applied with typo fixed, thanks


More information about the dev mailing list