diff options
author | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-31 21:11:29 +0000 |
---|---|---|
committer | graehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f> | 2010-08-31 21:11:29 +0000 |
commit | 89a162041f1b335d0dbb286013ccca5716e0a595 (patch) | |
tree | a581735ab54cef074837978dec9599377225b238 /decoder/apply_fsa_models.cc | |
parent | f1558e4afd2afe5b23c4ecf9fb4de0415068cc02 (diff) |
valgrind
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@637 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder/apply_fsa_models.cc')
-rwxr-xr-x | decoder/apply_fsa_models.cc | 4 |
1 files changed, 2 insertions, 2 deletions
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 |