summaryrefslogtreecommitdiff
path: root/decoder
diff options
context:
space:
mode:
authorgraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-31 21:11:29 +0000
committergraehl <graehl@ec762483-ff6d-05da-a07a-a48fb63a330f>2010-08-31 21:11:29 +0000
commit89a162041f1b335d0dbb286013ccca5716e0a595 (patch)
treea581735ab54cef074837978dec9599377225b238 /decoder
parentf1558e4afd2afe5b23c4ecf9fb4de0415068cc02 (diff)
valgrind
git-svn-id: https://ws10smt.googlecode.com/svn/trunk@637 ec762483-ff6d-05da-a07a-a48fb63a330f
Diffstat (limited to 'decoder')
-rwxr-xr-xdecoder/apply_fsa_models.cc4
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