From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=210.71.195.43; helo=out01.hibox.biz; envelope-from=tim.lewis@insyde.com; receiver=edk2-devel@lists.01.org Received: from out01.hibox.biz (out03.hibox.biz [210.71.195.43]) (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 466EF202E60ED for ; Wed, 1 Nov 2017 20:25:25 -0700 (PDT) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: =?us-ascii?q?A2DFAAC5kPpZ/w00GKxcGQEBAQEBAQEBA?= =?us-ascii?q?QEBBwEBAQEBgzRkbieOHHSQITMBgwKTDoIRChgLhRIEAgKEf0AYAQEBAQEBAQE?= =?us-ascii?q?BayiFHQEBAQQBAQYCMBwIEAsMAQMCBgMNBAQBASgHGQ4BEQ0JCAIEARILBYoSE?= =?us-ascii?q?a1qIQKKcwEBAQEBAQEDAQEBAQEBARwFgy6DWoUTgUiJPwWRXIETjxsCgjKFMoc?= =?us-ascii?q?NhgmCFYYBg3eHI4xgiTOBOR84gWx6XoJkSoIeghchNotgAQEB?= X-IronPort-AV: E=Sophos;i="5.44,331,1505750400"; d="scan'208";a="16120201" Received: from unknown (HELO hb3-BKT203.hibox.biz) ([172.24.52.13]) by out01.hibox.biz with ESMTP; 02 Nov 2017 11:29:17 +0800 Received: from unknown (HELO hb3-BKT103.hibox.biz) ([172.24.51.13]) by hb3-BKT203.hibox.biz with ESMTP; 02 Nov 2017 11:29:17 +0800 Received: from unknown (HELO hb3-IN03.hibox.biz) ([172.24.12.13]) by hb3-BKT103.hibox.biz with ESMTP; 02 Nov 2017 11:29:19 +0800 X-Remote-IP: 60.250.30.23 X-Remote-Host: 60-250-30-23.hinet-ip.hinet.net X-SBRS: None X-MID: 7650927 X-Auth-ID: tim.lewis@insyde.com X-EnvelopeFrom: tim.lewis@insyde.com Received: from 60-250-30-23.hinet-ip.hinet.net (HELO DESKTOPAVHFBJF) ([60.250.30.23]) by hb3-IN03.hibox.biz with ESMTP/TLS/AES256-SHA; 02 Nov 2017 11:29:18 +0800 From: "Tim Lewis" To: "'Karunakar P'" , Cc: "'Ye, Ting'" , "'Fu, Siyuan'" , "'Wu, Jiaxin'" References: In-Reply-To: Date: Wed, 1 Nov 2017 20:29:15 -0700 Message-ID: <015701d3538a$c2c92230$485b6690$@insyde.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQF9H38lLodLig+enBky32GUy0QdHgJdwCowo5noYaA= Subject: Re: Build error in StdLib with VS 2015 compiler X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Nov 2017 03:25:26 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us Are you building C++ (.cpp)? Tim -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Karunakar P Sent: Wednesday, November 1, 2017 8:27 PM To: 'edk2-devel@lists.01.org' Cc: 'Ye, Ting' ; 'Fu, Siyuan' ; 'Wu, Jiaxin' Subject: Re: [edk2] Build error in StdLib with VS 2015 compiler Any comment on this? From: Karunakar P Sent: Tuesday, October 31, 2017 3:18 PM To: 'edk2-devel@lists.01.org' Cc: 'Wu, Jiaxin'; 'Fu, Siyuan'; 'Ye, Ting' Subject: Build error in StdLib with VS 2015 compiler Hello All, Facing an build error with Stdlib module when built with VS 2015 compiler. e:\test\StdLib\Include\sys/EfiCdefs.h(357): error C2220: warning treated as error - no 'object' file generated e:\test\StdLib\Include\sys/EfiCdefs.h(357): warning C4117: macro name '__STDC_HOSTED__' is reserved, '#define' ignored below change resolving this error. Would you please review and provide comments. #ifndef __STDC_HOSTED__ #define __STDC_HOSTED__ 1 #endif Thank You, Karunakar _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel