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
This commit is contained in:
Frank Voorburg 2022-12-15 13:16:07 +00:00
parent 7d53c7c7be
commit 5ab0bfe6df
1 changed files with 1 additions and 1 deletions

View File

@ -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)