Merge pull request #127 from LedgerHQ/fix_warning_1.6

Fix compilation warnings for 1.6.1-2 and NanoX sdk
This commit is contained in:
Jean P
2021-03-25 12:42:12 +01:00
committed by GitHub
14 changed files with 48 additions and 24 deletions

View File

@@ -290,7 +290,7 @@ endif
CC := $(CLANGPATH)clang
#CFLAGS += -O0
CFLAGS += -O3 -Os -I/usr/include
CFLAGS += -O3 -Os -I/usr/include -Wno-format-invalid-specifier -Wno-format-extra-args -Wno-main
AS := $(GCCPATH)arm-none-eabi-gcc