From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 7A84D820FA for ; Thu, 16 Feb 2017 06:40:38 -0800 (PST) Received: from orsmga005.jf.intel.com ([10.7.209.41]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 16 Feb 2017 06:40:38 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.35,169,1484035200"; d="scan'208";a="65473953" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by orsmga005.jf.intel.com with ESMTP; 16 Feb 2017 06:40:38 -0800 Received: from fmsmsx113.amr.corp.intel.com (10.18.116.7) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 16 Feb 2017 06:40:37 -0800 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by FMSMSX113.amr.corp.intel.com (10.18.116.7) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 16 Feb 2017 06:40:37 -0800 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.20]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.204]) with mapi id 14.03.0248.002; Thu, 16 Feb 2017 22:40:34 +0800 From: "Wu, Jiaxin" To: Laszlo Ersek , "edk2-devel@ml01.01.org" CC: Gerd Hoffmann , "Ye, Ting" , "Fu, Siyuan" Thread-Topic: [Patch] NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC build Thread-Index: AQHSh/K6/7Wn+uSynEuZ6hlyWhGrfaFq4GUAgADUwiA= Date: Thu, 16 Feb 2017 14:40:33 +0000 Message-ID: <895558F6EA4E3B41AC93A00D163B72741629B571@SHSMSX103.ccr.corp.intel.com> References: <1487207966-42416-1-git-send-email-jiaxin.wu@intel.com> <32c59d64-9bb1-5f0d-3ebc-9dd645226564@redhat.com> In-Reply-To: <32c59d64-9bb1-5f0d-3ebc-9dd645226564@redhat.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMjY2YzE4ZjEtNzdmYy00YWZjLThjNTMtYjU1ZmVlMzIzODI4IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6Inc4eHA1bkwxMUN5SlFCOHZ6ZHpZWXoxM01aWjBiSjJzTmlBSFp1WUFhRVk9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch] NetworkPkg/HttpBootDxe: Declare the functions as EFIAPI to pass the GCC build X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 16 Feb 2017 14:40:38 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Commit: https://github.com/tianocore/edk2/commit/6c6452c6e23a89be0e565501500e83c136= e3fcbd Thanks, Jiaxin > -----Original Message----- > From: Laszlo Ersek [mailto:lersek@redhat.com] > Sent: Thursday, February 16, 2017 5:58 PM > To: Wu, Jiaxin ; edk2-devel@ml01.01.org > Cc: Gerd Hoffmann ; Ye, Ting ; Fu, > Siyuan > Subject: Re: [Patch] NetworkPkg/HttpBootDxe: Declare the functions as > EFIAPI to pass the GCC build >=20 > On 02/16/17 02:19, Jiaxin Wu wrote: > > Cc: Laszlo Ersek > > Cc: Gerd Hoffmann > > Cc: Ye Ting > > Cc: Fu Siyuan > > Contributed-under: TianoCore Contribution Agreement 1.0 > > Signed-off-by: Wu Jiaxin > > --- > > NetworkPkg/HttpBootDxe/HttpBootSupport.c | 2 ++ > > 1 file changed, 2 insertions(+) >=20 > Reviewed-by: Laszlo Ersek > Build-tested-by: Laszlo Ersek >=20 > Thanks! > Laszlo >=20 > > > > diff --git a/NetworkPkg/HttpBootDxe/HttpBootSupport.c > b/NetworkPkg/HttpBootDxe/HttpBootSupport.c > > index d786d72..e831df9 100644 > > --- a/NetworkPkg/HttpBootDxe/HttpBootSupport.c > > +++ b/NetworkPkg/HttpBootDxe/HttpBootSupport.c > > @@ -629,10 +629,11 @@ HttpBootSetHeader ( > > > > @param[in] Context The opaque parameter to the function. > > > > **/ > > VOID > > +EFIAPI > > HttpIoNotifyDpc ( > > IN VOID *Context > > ) > > { > > *((BOOLEAN *) Context) =3D TRUE; > > @@ -644,10 +645,11 @@ HttpIoNotifyDpc ( > > @param[in] Event The event signaled. > > @param[in] Context The opaque parameter to the functi= on. > > > > **/ > > VOID > > +EFIAPI > > HttpIoNotify ( > > IN EFI_EVENT Event, > > IN VOID *Context > > ) > > { > >