> -----Original Message----- > From: stable [mailto:stable-boun...@dpdk.org] On Behalf Of Reshma Pattan > Sent: Wednesday, May 9, 2018 12:35 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Pattan, Reshma <reshma.pat...@intel.com> > 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: sta...@dpdk.org > > Signed-off-by: Reshma Pattan <reshma.pat...@intel.com>
Acked-by: Pablo de Lara <pablo.de.lara.gua...@intel.com>