From 69593203e6e8df7dad5d8839a74b37bbc7500088 Mon Sep 17 00:00:00 2001 From: Chris Dyer Date: Sun, 27 May 2012 16:06:05 -0400 Subject: fix werror --- phrasinator/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phrasinator/Makefile.am b/phrasinator/Makefile.am index 486cd21b..3ddd1934 100644 --- a/phrasinator/Makefile.am +++ b/phrasinator/Makefile.am @@ -11,4 +11,4 @@ gibbs_train_plm_LDADD = $(top_srcdir)/utils/libutils.a -lz #head_bigram_model_SOURCES = head_bigram_model.cc #head_bigram_model_LDADD = $(top_srcdir)/utils/libutils.a -lz -AM_CPPFLAGS = -funroll-loops -ffast-math -W -Wall -Werror -I$(top_srcdir)/utils +AM_CPPFLAGS = -funroll-loops -ffast-math -W -Wall -I$(top_srcdir)/utils -- cgit v1.2.3