From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 2DA442115C306 for ; Fri, 28 Sep 2018 19:24:37 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 28 Sep 2018 19:24:34 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,317,1534834800"; d="scan'208";a="78404427" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by orsmga006.jf.intel.com with ESMTP; 28 Sep 2018 19:20:58 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Sep 2018 19:20:50 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Fri, 28 Sep 2018 19:20:50 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.183]) by shsmsx102.ccr.corp.intel.com ([169.254.2.140]) with mapi id 14.03.0319.002; Sat, 29 Sep 2018 10:20:48 +0800 From: "Gao, Liming" To: "Guo, Dongao" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH] MdeModulePkg:disable wraning to pass gcc4.8 build Thread-Index: AQHUV5eBT1Tck7g+mUW2DT/krHtYQ6UGhlzQ Date: Sat, 29 Sep 2018 02:20:48 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E31D5C1@SHSMSX104.ccr.corp.intel.com> References: <1538186116-3792-1-git-send-email-dongao.guo@intel.com> In-Reply-To: <1538186116-3792-1-git-send-email-dongao.guo@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiYjY3NjkxZjktMzY1Ni00ZThjLWEwYzktYzBiNTQ4YzM4MWUxIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiMnhWNktHejlnK1gySDdUKzhVOVlaQVQ3RWVYRlJXa2RlVkdrcGI2WUI2ZmdLMnNqWFRHbVpnTG9yQ05EOHdNeiJ9 dlp-product: dlpe-windows dlp-version: 11.0.400.15 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH] MdeModulePkg:disable wraning to pass gcc4.8 build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 29 Sep 2018 02:24:38 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Dongao: Please remove Change-id in commit message. And, update commit title: MdeM= odulePkg RegularExpressionDxe: Disable warning to pass gcc4.8 build Thanks Liming > -----Original Message----- > From: Guo, Dongao > Sent: Saturday, September 29, 2018 9:55 AM > To: edk2-devel@lists.01.org > Cc: Gao, Liming > Subject: [PATCH] MdeModulePkg:disable wraning to pass gcc4.8 build >=20 > Change-Id: I782962e4994a8edf14beb7ede8b1aabe233dc3a8 > Contributed-under: TianoCore Contribution Agreement 1.1 > --- > MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf | 3= +++ > 1 file changed, 3 insertions(+) >=20 > diff --git a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressio= nDxe.inf > b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.inf > index 16e91bd..07bc02e 100644 > --- a/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.in= f > +++ b/MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.in= f > @@ -109,3 +109,6 @@ >=20 > # Oniguruma: error: variable 'fp' set but not used > GCC:*_*_*_CC_FLAGS =3D -Wno-error=3Dunused-but-set-variable > + > + # Oniguruma: tag_end in parse_callout_of_name > + GCC:*_*_*_CC_FLAGS =3D -Wno-error=3Dmaybe-uninitialized > -- > 2.6.1.windows.1