Skip to content

Commit

Permalink
Fixes compilation warnings, #1
Browse files Browse the repository at this point in the history
  • Loading branch information
pmelsted committed Nov 20, 2015
1 parent 752f45d commit 2df1721
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
Expand Up @@ -12,7 +12,7 @@ DATE=on $(shell git log --pretty=format:"%cd" --date=iso | cut -f 1,2 -d " " | h
CXXFLAGS+=-DDATE=\""$(DATE)"\"

# Enable warnings
CXXFLAGS+=-W -Wall -Wno-long-long -pedantic -Wno-variadic-macros
CXXFLAGS+=-W -Wall -Wno-long-long -pedantic -Wno-variadic-macros -Wno-unused-result

# DEBUG build
#CXXFLAGS+=-g -O0 -DSEQAN_ENABLE_TESTING=0 -DSEQAN_ENABLE_DEBUG=1
Expand Down

0 comments on commit 2df1721

Please sign in to comment.