Branch: refs/heads/master
  Home:   https://github.com/tianocore/edk2
  Commit: dfe43d74bc1640881d613a43250f3426b216673a
      
https://github.com/tianocore/edk2/commit/dfe43d74bc1640881d613a43250f3426b216673a
  Author: Jake Garver <j...@nvidia.com>
  Date:   2025-03-12 (Wed, 12 Mar 2025)

  Changed paths:
    M DynamicTablesPkg/Include/ConfigurationManagerObject.h
    M DynamicTablesPkg/Include/TableGenerator.h

  Log Message:
  -----------
  DynamicTablesPkg: Resolve cppcheck findings in macros

The CREATE_CM_OBJECT_ID() and CREATE_TABLE_GEN_ID() macros shift an enum
by 31 bits.  As enums are signed integers, this generates a portability
finding from cppcheck.  To resolve the finding, we'll cast the enum values
to the type expected as output from the macro.

Signed-off-by: Jake Garver <j...@nvidia.com>
Reviewed-by: Girish Mahadevan <gmahade...@nvidia.com>



To unsubscribe from these emails, change your notification settings at 
https://github.com/tianocore/edk2/settings/notifications


_______________________________________________
edk2-commits mailing list
edk2-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to