> -----Original Message----- > From: stable [mailto:[email protected]] On Behalf Of Reshma Pattan > Sent: Wednesday, May 9, 2018 12:35 PM > To: [email protected] > Cc: [email protected]; Pattan, Reshma <[email protected]> > Subject: [dpdk-stable] [PATCH] examples/quota_watermark: fix gcc 8.0.1 cast > between incompatible types > > Gcc 8.0.1 reports incompatible cast between types i.e. from `void (*)(void > *)` to > `(int (*)(void *)`. > > Change the pipeline_stage prototype to retun int type to fix the issue. > > Fixes: a0ffcb257a ("examples/quota_watermark: correct code indentation") > CC: [email protected] > > Signed-off-by: Reshma Pattan <[email protected]>
Acked-by: Pablo de Lara <[email protected]>

