diff options
author | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-27 16:06:05 -0400 |
---|---|---|
committer | Chris Dyer <cdyer@cab.ark.cs.cmu.edu> | 2012-05-27 16:06:05 -0400 |
commit | 72d85a039e7334c8280cc82a4ae78628d4867c8c (patch) | |
tree | e7f0eba1459ce0b15afbfc45b29aede180285384 /phrasinator/Makefile.am | |
parent | b15fdf3b770eae3052a43ab3d19b1ff5ea9eca76 (diff) |
fix werror
Diffstat (limited to 'phrasinator/Makefile.am')
-rw-r--r-- | phrasinator/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
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 |