Dongao: Please remove Change-id in commit message. And, update commit title: MdeModulePkg RegularExpressionDxe: Disable warning to pass gcc4.8 build
Thanks Liming > -----Original Message----- > From: Guo, Dongao > Sent: Saturday, September 29, 2018 9:55 AM > To: [email protected] > Cc: Gao, Liming <[email protected]> > Subject: [PATCH] MdeModulePkg:disable wraning to pass gcc4.8 build > > Change-Id: I782962e4994a8edf14beb7ede8b1aabe233dc3a8 > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git > a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf > b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf > index 16e91bd..07bc02e 100644 > --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf > +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf > @@ -109,3 +109,6 @@ > > # Oniguruma: error: variable 'fp' set but not used > GCC:*_*_*_CC_FLAGS = -Wno-error=unused-but-set-variable > + > + # Oniguruma: tag_end in parse_callout_of_name > + GCC:*_*_*_CC_FLAGS = -Wno-error=maybe-uninitialized > -- > 2.6.1.windows.1 _______________________________________________ edk2-devel mailing list [email protected] https://lists.01.org/mailman/listinfo/edk2-devel

