All of lore.kernel.org
 help / color / mirror / Atom feed
* DPAA2 build errors with GCC 7
@ 2017-07-11  9:20 Thomas Monjalon
  2017-07-11 15:05 ` Hemant Agrawal
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Monjalon @ 2017-07-11  9:20 UTC (permalink / raw)
  To: hemant.agrawal; +Cc: dev

I see some compilation errors with DPAA2 target,
using aarch64-linux-gnu-gcc 7.1.0:

drivers/net/dpaa2/dpaa2_ethdev.c:1257:15: error:
this statement may fall through [-Werror=implicit-fallthrough=]
   cfg.options &= ~DPNI_LINK_OPT_ASYM_PAUSE;

drivers/crypto/dpaa2_sec/hw/rta/operation_cmd.h:122:6: error:
this statement may fall through [-Werror=implicit-fallthrough=]
   if (rta_sec_era < RTA_SEC_ERA_2)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: DPAA2 build errors with GCC 7
  2017-07-11  9:20 DPAA2 build errors with GCC 7 Thomas Monjalon
@ 2017-07-11 15:05 ` Hemant Agrawal
  0 siblings, 0 replies; 2+ messages in thread
From: Hemant Agrawal @ 2017-07-11 15:05 UTC (permalink / raw)
  To: Thomas Monjalon; +Cc: dev

On 7/11/2017 2:50 PM, Thomas Monjalon wrote:
> I see some compilation errors with DPAA2 target,
> using aarch64-linux-gnu-gcc 7.1.0:
>
> drivers/net/dpaa2/dpaa2_ethdev.c:1257:15: error:
> this statement may fall through [-Werror=implicit-fallthrough=]
>    cfg.options &= ~DPNI_LINK_OPT_ASYM_PAUSE;
>
> drivers/crypto/dpaa2_sec/hw/rta/operation_cmd.h:122:6: error:
> this statement may fall through [-Werror=implicit-fallthrough=]
>    if (rta_sec_era < RTA_SEC_ERA_2)
>
>
Thanks!
I have fixed them and sent patches.

Regards,
Hemant

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-07-11 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-11  9:20 DPAA2 build errors with GCC 7 Thomas Monjalon
2017-07-11 15:05 ` Hemant Agrawal

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.