From 58977de378970d1d2c993c4eb00cb5ed0d74a83f Mon Sep 17 00:00:00 2001 From: graehl Date: Tue, 31 Aug 2010 21:11:29 +0000 Subject: valgrind git-svn-id: https://ws10smt.googlecode.com/svn/trunk@637 ec762483-ff6d-05da-a07a-a48fb63a330f --- decoder/apply_fsa_models.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'decoder') diff --git a/decoder/apply_fsa_models.cc b/decoder/apply_fsa_models.cc index 4bf4e031..4431643f 100755 --- a/decoder/apply_fsa_models.cc +++ b/decoder/apply_fsa_models.cc @@ -499,8 +499,8 @@ typedef Item *ItemP; #undef INIT_LOCATION #if D_ARY_TRACK_OUT_OF_HEAP # define INIT_LOCATION , location(D_ARY_HEAP_NULL_INDEX) -#elsif !defined(NDEBUG) || SAFE_VALGRIND - // avoid spurious valgrind warning +#elif !defined(NDEBUG) || SAFE_VALGRIND + // avoid spurious valgrind warning - FIXME: still complains??? # define INIT_LOCATION , location() #else # define INIT_LOCATION -- cgit v1.2.3