From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by mx.groups.io with SMTP id smtpd.web11.1058.1571191566866961865 for ; Tue, 15 Oct 2019 19:06:06 -0700 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.115, mailfrom: hao.a.wu@intel.com) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Oct 2019 19:06:06 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.67,302,1566889200"; d="scan'208";a="198811861" Received: from fmsmsx106.amr.corp.intel.com ([10.18.124.204]) by orsmga003.jf.intel.com with ESMTP; 15 Oct 2019 19:06:06 -0700 Received: from fmsmsx118.amr.corp.intel.com (10.18.116.18) by FMSMSX106.amr.corp.intel.com (10.18.124.204) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 19:06:05 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx118.amr.corp.intel.com (10.18.116.18) with Microsoft SMTP Server (TLS) id 14.3.439.0; Tue, 15 Oct 2019 19:06:05 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.166]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.96]) with mapi id 14.03.0439.000; Wed, 16 Oct 2019 10:06:03 +0800 From: "Wu, Hao A" To: "devel@edk2.groups.io" , "Gao, Liming" Subject: Re: [edk2-devel] [Patch v2 07/11] MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain Thread-Topic: [edk2-devel] [Patch v2 07/11] MdeModulePkg RegularExpressionDxe: Disable warning for CLANG9 tool chain Thread-Index: AQHVgu9Z0ePoqJ0dtk2z9JHcIwqcWKdchpzg Date: Wed, 16 Oct 2019 02:06:02 +0000 Message-ID: References: <1571099210-12432-1-git-send-email-liming.gao@intel.com> <1571099210-12432-8-git-send-email-liming.gao@intel.com> In-Reply-To: <1571099210-12432-8-git-send-email-liming.gao@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: hao.a.wu@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable > -----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 >=20 > Signed-off-by: Liming Gao > --- >=20 > MdeModulePkg/Universal/RegularExpressionDxe/RegularExpressionDxe.in > f | 3 +++ > 1 file changed, 3 insertions(+) >=20 > 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 =3D -Wno-error=3Dmaybe-uninitialized >=20 > + # Oniguruma: implicit conversion from 'UINTN' (aka 'unsigned long lon= g') > to 'long' > + GCC:*_CLANG9_*_CC_FLAGS =3D -Wno-error=3Dconstant-conversion > + Reviewed-by: Hao A Wu Best Regards, Hao Wu > # Not add -Wno-error=3Dmaybe-uninitialized option for XCODE > # XCODE doesn't know this option > XCODE:*_*_*_CC_FLAGS =3D > -- > 2.13.0.windows.1 >=20 >=20 >=20