[dpdk-dev] [PATCH] fix rte_memcpy() macro: avoid unused value warning
Thomas Monjalon
thomas.monjalon at 6wind.com
Wed Dec 17 00:50:16 CET 2014
2014-12-16 01:57, Qiu, Michael:
> On 12/16/2014 12:55 AM, Michal Jastrzebski wrote:
> > From: Pawel Wodkowski <pawelx.wodkowski at intel.com>
> >
> > This change use statements in expressions C extension provided by gcc to avoid
> > 'value computed is not used' warning/error when size is not known at compile
> > time.
> >
> > Comments on possible side effects are welcome an tests are welcome.
> >
> > Reported-by: Qiu, Michael <michael.qiu at intel.com>
> > Signed-off-by: Pawel Wodkowski <pawelx.wodkowski at intel.com>
>
> Acked-by: Qiu, Michael <michael.qiu at intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon at 6wind.com>
Applied with a PPC equivalent.
Thanks
--
Thomas
More information about the dev
mailing list