[dpdk-dev] [PATCH 2/2] event/sw: fix build with icc

Thomas Monjalon thomas.monjalon at 6wind.com
Wed Apr 5 18:20:27 CEST 2017


2017-04-05 16:32, Ferruh Yigit:
> build error:
> .../drivers/event/sw/sw_evdev_scheduler.c(379):
> error #300: const variable "dummy_rob" requires an initializer
>         static const struct reorder_buffer_entry dummy_rob;
>                                                           ^
> 
> Variable "dummy_rob" defined as const but already cast to another
> pointer and its content updated. Remove const qualifier from variable.
> 
> Fixes: 617995dfc5b2 ("event/sw: add scheduling logic")
> 
> Signed-off-by: Ferruh Yigit <ferruh.yigit at intel.com>

Series applied, thanks


More information about the dev mailing list