[dpdk-dev] [PATCH] qede: fix icc build error

Thomas Monjalon thomas.monjalon at 6wind.com
Fri May 13 17:27:37 CEST 2016


> >fix errors:
> >icc: command line warning #10006: ignoring unknown option
> >'-Wno-unused-value'
> >icc: command line warning #10006: ignoring unknown option
> >'-Wno-format-nonliteral'
> >icc: command line warning #10006: ignoring unknown option
> >'-Wno-shift-negative-value'
> >qede/base/ecore_dev.c(1643): error #188: enumerated type mixed with
> >another type
> >        return 0;
> >               ^
> >
> >Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>
> 
> Looks good. 
> I hope its retested against gcc/clang also to make sure the change doesn’t
> cause build errors.
> 
> Acked-by: Harish Patil <harish.patil at qlogic.com>

Fixes: ec94dbc57362 ("qede: add base driver")

Applied, thanks


More information about the dev mailing list