On Wed, 13 Sept 2023 at 19:07, <[email protected]> wrote: > > From: Michael Kubacki <[email protected]> > > Adds a CI YAML entry to acknowledge a case where a macro is expanded > that contains a print specifier. > > Cc: Ard Biesheuvel <[email protected]> > Cc: Leif Lindholm <[email protected]> > Cc: Sami Mujawar <[email protected]> > Cc: Gerd Hoffmann <[email protected]> > Signed-off-by: Michael Kubacki <[email protected]>
Acked-by: Ard Biesheuvel <[email protected]> > --- > ArmVirtPkg/ArmVirtPkg.ci.yaml | 8 ++++++++ > 1 file changed, 8 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml > index 1e799dc4e194..506b0e72f0bb 100644 > --- a/ArmVirtPkg/ArmVirtPkg.ci.yaml > +++ b/ArmVirtPkg/ArmVirtPkg.ci.yaml > @@ -125,5 +125,13 @@ > ], # words to extend to the dictionary for this package > "IgnoreStandardPaths": [], # Standard Plugin defined paths that > should be ignore > "AdditionalIncludePaths": [] # Additional paths to spell check > (wildcards supported) > + }, > + > + "DebugMacroCheck": { > + "StringSubstitutions": { > + # DynamicTablesPkg/Include/ConfigurationManagerObject.h > + # Reason: Expansion of macro that contains a print specifier. > + "FMT_CM_OBJECT_ID": "0x%lx" > + } > } > } > -- > 2.42.0.windows.2 > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108608): https://edk2.groups.io/g/devel/message/108608 Mute This Topic: https://groups.io/mt/101341655/21656 Group Owner: [email protected] Unsubscribe: https://edk2.groups.io/g/devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
