mbox series

[0/2] fix compilation with GCC 12

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

Message

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

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

David Marchand June 17, 2022, 11:36 a.m. UTC | #1
On Fri, Jun 17, 2022 at 8:15 AM Ankur Dwivedi <adwivedi@marvell.com> wrote:
>
> This patch series resolves compilation warning observed with GCC 12,
> in common/cpt and crypto/cnxk.
>
> Ankur Dwivedi (2):
>   common/cpt: fix compilation with GCC 12
>   crypto/cnxk: fix compilation with GCC 12
>

Two small nits in commitlogs that can be fixed while merging: no need
for an empty line between Fixes: and Cc:.

For the series,
Tested-by: David Marchand <david.marchand@redhat.com>

Thanks Ankur.