From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Monjalon Subject: Re: [dpdk-stable] [PATCH] bus/fslmc: fix build issue with latest glib-headers Date: Tue, 06 Feb 2018 18:30:08 +0100 Message-ID: <15207303.LcKsagEPkJ@xps> References: <20180206171455.16097-1-jerin.jacob@caviumnetworks.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Cc: stable@dpdk.org, dev@dpdk.org, hemant.agrawal@nxp.com, shreyansh.jain@nxp.com, jianbo.liu@arm.com To: Jerin Jacob Return-path: In-Reply-To: <20180206171455.16097-1-jerin.jacob@caviumnetworks.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" 06/02/2018 18:14, Jerin Jacob: > Fix the following build error with latest glib-headers( > Part of aarch64-linux-gnu-gcc-7.3.0 toolchain) > > In file included from /tmp/drivers/bus/fslmc/mc/fsl_mc_sys.h:30:0, > from /tmp/drivers/bus/fslmc/mc/dpmng.c:7: > /usr/aarch64-linux-gnu/usr/include/libio.h:21:2: error: > #warning " is deprecated; use instead." [-Werror=cpp] > > Fixes: 3af733ba8da8 ("bus/fslmc: introduce MC object functions") > Cc: stable@dpdk.org > > Signed-off-by: Jerin Jacob > --- > > Since fslmc is part of the default armv8 config now, With out this patch > it breaks all armv8 build with latest toolchain Applied, thanks