From 1312c2e9fd0d8691af1abb4c0afeb49981a5176c Mon Sep 17 00:00:00 2001 From: Michael Kubacki Date: Fri, 11 Aug 2023 20:02:27 -0400 Subject: ArmVirtPkg.ci.yaml: Add debug macro exception Adds a CI YAML entry to acknowledge a case where a macro is expanded that contains a print specifier. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Sami Mujawar Cc: Gerd Hoffmann Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Michael D Kinney --- ArmVirtPkg/ArmVirtPkg.ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ArmVirtPkg') diff --git a/ArmVirtPkg/ArmVirtPkg.ci.yaml b/ArmVirtPkg/ArmVirtPkg.ci.yaml index 1e799dc4e1..506b0e72f0 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" + } } } -- cgit v1.2.3