Skip to content

Commit

Permalink
Avoid some pointless warnings while compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
khorben committed Mar 20, 2012
1 parent ef14236 commit 7868808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/makefile.unix
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ LIBS+= \

DEBUGFLAGS=-g
CXXFLAGS=-O2
xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat-security \
xCXXFLAGS=-pthread -Wextra -Wno-sign-compare -Wno-char-subscripts -Wno-invalid-offsetof -Wformat -Wformat-security \
$(DEBUGFLAGS) $(DEFS) $(HARDENING) $(CXXFLAGS)

OBJS= \
Expand Down

0 comments on commit 7868808

Please sign in to comment.