mbox series

[v2,0/2] fix compilation with GCC 12

Message ID 20220617133930.5063-1-adwivedi@marvell.com (mailing list archive)
Headers
Series fix compilation with GCC 12 |

Message

Ankur Dwivedi June 17, 2022, 1:39 p.m. UTC
  This patch series resolves compilation warning observed with GCC 12,
in common/cpt and crypto/cnxk.

---
v2:
- Add Bugzilla ID in patch 1.
- Remove empty line between Fixes: and Cc:.

Ankur Dwivedi (2):
  common/cpt: fix compilation with GCC 12
  crypto/cnxk: fix compilation with GCC 12

 drivers/common/cpt/cpt_mcode_defines.h |  2 +-
 drivers/common/cpt/cpt_ucode.h         | 21 ++++++++++-----------
 drivers/crypto/cnxk/cnxk_se.h          | 20 ++++++++++----------
 3 files changed, 21 insertions(+), 22 deletions(-)
  

Comments

Akhil Goyal June 20, 2022, 9:08 a.m. UTC | #1
> v2:
> - Add Bugzilla ID in patch 1.
> - Remove empty line between Fixes: and Cc:.
> 
Applied to dpdk-next-crypto

Thanks.