From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=67.231.154.164; helo=dispatch1-us1.ppe-hosted.com; envelope-from=tpilar@solarflare.com; receiver=edk2-devel@lists.01.org Received: from dispatch1-us1.ppe-hosted.com (dispatch1-us1.ppe-hosted.com [67.231.154.164]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 09DE8202E53D8 for ; Fri, 6 Jul 2018 06:39:08 -0700 (PDT) X-Virus-Scanned: Proofpoint Essentials engine Received: from webmail.solarflare.com (webmail.solarflare.com [12.187.104.26]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1-us4.ppe-hosted.com (Proofpoint Essentials ESMTP Server) with ESMTPS id 6716514005C; Fri, 6 Jul 2018 13:39:07 +0000 (UTC) Received: from tp-desktop.uk.solarflarecom.com (10.17.20.51) by ocex03.SolarFlarecom.com (10.20.40.36) with Microsoft SMTP Server (TLS) id 15.0.1044.25; Fri, 6 Jul 2018 06:39:04 -0700 To: "Gao, Liming" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" References: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2B6B4C@SHSMSX104.ccr.corp.intel.com> From: "Tomas Pilar (tpilar)" Message-ID: Date: Fri, 6 Jul 2018 14:39:02 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.4.0 MIME-Version: 1.0 In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E2B6B4C@SHSMSX104.ccr.corp.intel.com> X-Originating-IP: [10.17.20.51] X-MDID: 1530884348-FbbBYLMNEKXl Subject: Re: [PATCH v3] MdePkg/BaseLib: Add bit field population calculating methods X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jul 2018 13:39:09 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Language: en-US Apologies, I usually compile with GCC49 since I work on linux. Respinning now. Cheers Tom On 05/07/18 15:07, Gao, Liming wrote: > warning C4244