Skip to content

Commit

Permalink
Add -Wno-missing-braces
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmoene committed Sep 17, 2013
1 parent 42d27f4 commit 4f9dd4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/gcc/Test/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ vpath %.hpp $(HDRDIR)
vpath %.cpp $(SRCDIR)

CC = g++
CXXFLAGS = -Wall -Wextra -Weffc++ -std=c++11 -I$(INCDIR)
CXXFLAGS = -Wall -Wextra -Weffc++ -Wno-missing-braces -std=c++11 -I$(INCDIR)

%.o: %.cpp $(HEADERS)

Expand Down

0 comments on commit 4f9dd4d

Please sign in to comment.