Skip to content

Commit

Permalink
Compile with -Werror.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonm committed Oct 10, 2015
1 parent d9bcb11 commit ad65754
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ CPPFLAGS = -DIMPL_SECURITY -DNEW_RENT -DLEVEL_LOSS -DNEWEXP \
TITANFLAGS = -g -43 -vector_c -safe=ptrs -DTITAN
SUNFLAGS = -g
##
CFLAGS = $(SUNFLAGS) $(CPPFLAGS)
CFLAGS = $(SUNFLAGS) $(CPPFLAGS) -Werror
##
##
## For lower exp loss at lower levels -DNEWEXP
Expand Down

0 comments on commit ad65754

Please sign in to comment.