Skip to content

Commit

Permalink
for loop init declaration requires C99
Browse files Browse the repository at this point in the history
  • Loading branch information
ekfriis committed Aug 20, 2013
1 parent 3e34121 commit feb7f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SOFTDIR=/Users/austin/Documents/CMS/softipbus

CFLAGS:=-g -Wall -Iinclude -I$(SOFTDIR)/include
CFLAGS:=-g -Wall -Iinclude -I$(SOFTDIR)/include -std=c99
CC=gcc

SRC:=$(wildcard src/vmestream/*.c) \
Expand Down

0 comments on commit feb7f8c

Please sign in to comment.