From 8d4780b83a112579e729a6f163ccd0ff30fc829f Mon Sep 17 00:00:00 2001 From: aliaspider Date: Mon, 9 Nov 2015 20:29:32 +0100 Subject: solve 'for' loop initial declarations build errors. remove --std=c99 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ad40f34..58aca57 100644 --- a/Makefile +++ b/Makefile @@ -79,7 +79,7 @@ OBJECTS := $(OBJECTS:.cpp=.o) OBJECTS := $(OBJECTS:.S=.o) OBJECTS := $(OBJECTS:.s=.o) -CFLAGS += $(DEFINES) $(COMMON_DEFINES) $(INCLUDES) --std=c99 +CFLAGS += $(DEFINES) $(COMMON_DEFINES) $(INCLUDES) all: $(TARGET) -- cgit v1.2.3