> -----Original Message-----
> From: Jerin Jacob [mailto:[email protected]]
> Sent: Friday, June 2, 2017 12:21 PM
> To: [email protected]
> Cc: Richardson, Bruce <[email protected]>;
> [email protected]; Dumitrescu, Cristian
> <[email protected]>; [email protected];
> [email protected]; Jerin Jacob
> <[email protected]>
> Subject: [dpdk-dev] [PATCH 3/4] examples/qos_sched: suppress GCC 7.1.1
> warnings
> 
> This one is more of a compiler issue as application
> checks the app_parse_opt_vals() return value.
> 
> Since this code is in slow path, adding a memset
> to fix following "maybe-uninitialized" warning.
> 
> qos_sched/args.c: In function ‘app_parse_args’:
> examples/qos_sched/args.c:254:32: error: ‘vals[0]’ may be
> used uninitialized in this function [-Werror=maybe-uninitialized]
> pconf->rx_port = (uint8_t)vals[0];
>                             ~~~~^~~
> Signed-off-by: Jerin Jacob <[email protected]>
> ---

Acked-by: [email protected]

Reply via email to