From 5ab0bfe6df87f01a2b03a412609a293a3466958e Mon Sep 17 00:00:00 2001 From: Frank Voorburg Date: Thu, 15 Dec 2022 13:16:07 +0000 Subject: [PATCH] Refs #1650. Supressed harmless compiler warning in the template demo bootloader. git-svn-id: https://svn.code.sf.net/p/openblt/code/trunk@1009 5dc33758-31d5-4daf-9ae8-b24bf3d40d73 --- Target/Demo/_template/Boot/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Target/Demo/_template/Boot/makefile b/Target/Demo/_template/Boot/makefile index 1ccfa9e1..d2559572 100644 --- a/Target/Demo/_template/Boot/makefile +++ b/Target/Demo/_template/Boot/makefile @@ -95,7 +95,7 @@ LIB_PATH = #| Options for toolchain binaries | #|--------------------------------------------------------------------------------------| STDFLAGS = -fdata-sections -ffunction-sections -Wall -g -Wno-strict-aliasing -STDFLAGS += -Wno-pointer-to-int-cast +STDFLAGS += -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast OPTFLAGS = -Og CFLAGS = $(STDFLAGS) $(OPTFLAGS) CFLAGS += $(INC_PATH)