mirror of https://github.com/rusefi/openblt.git
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:
parent
7d53c7c7be
commit
5ab0bfe6df
|
@ -95,7 +95,7 @@ LIB_PATH =
|
||||||
#| Options for toolchain binaries |
|
#| Options for toolchain binaries |
|
||||||
#|--------------------------------------------------------------------------------------|
|
#|--------------------------------------------------------------------------------------|
|
||||||
STDFLAGS = -fdata-sections -ffunction-sections -Wall -g -Wno-strict-aliasing
|
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
|
OPTFLAGS = -Og
|
||||||
CFLAGS = $(STDFLAGS) $(OPTFLAGS)
|
CFLAGS = $(STDFLAGS) $(OPTFLAGS)
|
||||||
CFLAGS += $(INC_PATH)
|
CFLAGS += $(INC_PATH)
|
||||||
|
|
Loading…
Reference in New Issue