Reviewed-by: Jiewen Yao <jiewen....@intel.com> > -----Original Message----- > From: mikub...@linux.microsoft.com <mikub...@linux.microsoft.com> > Sent: Tuesday, August 15, 2023 4:49 AM > To: devel@edk2.groups.io > Cc: Yao, Jiewen <jiewen....@intel.com>; Wang, Jian J <jian.j.w...@intel.com> > Subject: [PATCH v1 3/7] SecurityPkg.ci.yaml: Add debug macro exception > > From: Michael Kubacki <michael.kuba...@microsoft.com> > > Adds a CI YAML entry to acknowledge a case where a single argument > is matched to a format specifier with a ternary operator. > > Cc: Jiewen Yao <jiewen....@intel.com> > Cc: Jian J Wang <jian.j.w...@intel.com> > Signed-off-by: Michael Kubacki <michael.kuba...@microsoft.com> > --- > SecurityPkg/SecurityPkg.ci.yaml | 9 +++++++++ > 1 file changed, 9 insertions(+) > > diff --git a/SecurityPkg/SecurityPkg.ci.yaml b/SecurityPkg/SecurityPkg.ci.yaml > index 2138b0a5e21b..3f03762bd6f9 100644 > --- a/SecurityPkg/SecurityPkg.ci.yaml > +++ b/SecurityPkg/SecurityPkg.ci.yaml > @@ -106,5 +106,14 @@ > > "Defines": { > "BLD_*_CONTINUOUS_INTEGRATION": "TRUE", > + }, > + > + "DebugMacroCheck": { > + "StringSubstitutions": { > + # SecurityPkg/IntelTdx/TdTcg2Dxe/TdTcg2Dxe.c > + # Reason: Acknowledging use of two format specifiers in string > with one > argument > + # Replace ternary operator in debug string with single > specifier > + 'Index == COLUME_SIZE/2 ? " | %02x" : " %02x"': "%d" > + } > } > } > -- > 2.41.0.windows.3
-=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#108351): https://edk2.groups.io/g/devel/message/108351 Mute This Topic: https://groups.io/mt/100745703/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-