> -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Liming Gao > Sent: Tuesday, October 15, 2019 8:27 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [Patch v2 07/11] MdeModulePkg > RegularExpressionDxe: Disable warning for CLANG9 tool chain > > Signed-off-by: Liming Gao <liming....@intel.com> > --- > > MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.in > f | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git > a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe. > inf > b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe. > inf > index 883d5f1127..e9c885465d 100644 > --- > a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe. > inf > +++ > b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe. > inf > @@ -107,6 +107,9 @@ > # Oniguruma: tag_end in parse_callout_of_name > GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized > > + # Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long long') > to 'long' > + GCC:*_CLANG9_*_CC_FLAGS = -Wno-error=constant-conversion > +
Reviewed-by: Hao A Wu <hao.a...@intel.com> Best Regards, Hao Wu > # Not add -Wno-error=maybe-uninitialized option for XCODE > # XCODE doesn't know this option > XCODE:*_*_*_CC_FLAGS = > -- > 2.13.0.windows.1 > > > -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#49045): https://edk2.groups.io/g/devel/message/49045 Mute This Topic: https://groups.io/mt/34540590/21656 Group Owner: devel+ow...@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-