From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by spool.mail.gandi.net (Postfix) with ESMTPS id B1835D80419 for ; Tue, 6 Feb 2024 05:23:42 +0000 (UTC) DKIM-Signature: a=rsa-sha256; bh=BzmdMtOUuDG1ffrhomJbyaZcZGEVl77xzzDlDVhoNcg=; c=relaxed/simple; d=groups.io; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version:Precedence:List-Subscribe:List-Help:Sender:List-Id:Mailing-List:Delivered-To:Reply-To:List-Unsubscribe-Post:List-Unsubscribe:Content-Transfer-Encoding; s=20140610; t=1707197021; v=1; b=EBbq9SWSC6WGr9Lz0bWCL2gOyUqmvQWIrb1srqlZEaW6fBgVznW1/qNlqQKhJvqfGvAwlKOQ s6VTiQ6ccwEnHtVwjY9dR+ipL9X/yvBML4F+pSRw8FrjKfbvSVTPNhE3ieZLP01j6P4CP7QtNXs hfKhojixgQ6p9NP91WeGYc8A= X-Received: by 127.0.0.2 with SMTP id OU8IYY7687511xrtjbeSyGRg; Mon, 05 Feb 2024 21:23:41 -0800 X-Received: from mgamail.intel.com (mgamail.intel.com [198.175.65.19]) by mx.groups.io with SMTP id smtpd.web11.15543.1707197020099977205 for ; Mon, 05 Feb 2024 21:23:40 -0800 X-IronPort-AV: E=McAfee;i="6600,9927,10975"; a="559679" X-IronPort-AV: E=Sophos;i="6.05,246,1701158400"; d="scan'208";a="559679" X-Received: from fmviesa006.fm.intel.com ([10.60.135.146]) by orvoesa111.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2024 21:23:39 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.05,246,1701158400"; d="scan'208";a="1198764" X-Received: from njayapra-mobl.gar.corp.intel.com ([10.66.106.253]) by fmviesa006-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 05 Feb 2024 21:23:38 -0800 From: "Jayaprakash, N" To: devel@edk2.groups.io Cc: Jayaprakash N Subject: [edk2-devel] [edk2 Patch 0/1] fix compiler error due to void pointer arithmetic Date: Tue, 6 Feb 2024 10:53:19 +0530 Message-Id: <20240206052320.1233-1-n.jayaprakash@intel.com> MIME-Version: 1.0 Precedence: Bulk List-Subscribe: List-Help: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,n.jayaprakash@intel.com List-Unsubscribe-Post: List-Unsubscribe=One-Click List-Unsubscribe: X-Gm-Message-State: P5qxPtBLqzIENmgLMdKfGiwwx7686176AA= Content-Transfer-Encoding: 8bit X-GND-Status: LEGIT Authentication-Results: spool.mail.gandi.net; dkim=pass header.d=groups.io header.s=20140610 header.b=EBbq9SWS; spf=pass (spool.mail.gandi.net: domain of bounce@groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce@groups.io; dmarc=fail reason="SPF not aligned (relaxed), DKIM not aligned (relaxed)" header.from=intel.com (policy=none) This patch fixes the compiler error generated while compiling the EmbeddedPkg due to arithmetic operation being performed on a void pointer. Jayaprakash N (1): EmbeddedPkg: compiler error due to arithmetic operation on void pointer .../Library/PrePiMemoryAllocationLib/MemoryAllocationLib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.40.0.windows.1 -=-=-=-=-=-=-=-=-=-=-=- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#115144): https://edk2.groups.io/g/devel/message/115144 Mute This Topic: https://groups.io/mt/104193284/7686176 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [rebecca@openfw.io] -=-=-=-=-=-=-=-=-=-=-=-