While we're fixing warnings / errors, disable this (otherwise helpful) error because we are purposefully making this example file fail for this.

This commit is contained in:
mvandervoord
2019-10-30 08:48:08 -04:00
parent e40b0bf2b5
commit 94dc637d03
2 changed files with 2 additions and 0 deletions

View File

@ -41,6 +41,7 @@ CFLAGS += -Wno-unknown-pragmas
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef
CFLAGS += -Wold-style-definition
CFLAGS += -Wno-misleading-indentation
TARGET_BASE1=test1
TARGET_BASE2=test2

View File

@ -41,6 +41,7 @@ CFLAGS += -Wno-unknown-pragmas
CFLAGS += -Wstrict-prototypes
CFLAGS += -Wundef
CFLAGS += -Wold-style-definition
CFLAGS += -Wno-misleading-indentation
TARGET_BASE1=all_tests
TARGET1 = $(TARGET_BASE1)$(TARGET_EXTENSION)