diff options
author | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-07-08 14:26:51 +0200 |
---|---|---|
committer | Patrick Simianer <simianer@cl.uni-heidelberg.de> | 2012-07-08 14:26:51 +0200 |
commit | e816274e337a066df1b1e86ef00136a021a17caf (patch) | |
tree | 6abc906f4675a0ef0b3799395fd96095e4cee2b3 /utils | |
parent | 0fdb260d38c32e0d4d5403b9bcf1d1a4e60be4c4 (diff) | |
parent | ed50f2b747f21f1613243eee75d812d2596f02d0 (diff) |
Merge branch 'master' of github.com:pks/cdec-dtrain
Diffstat (limited to 'utils')
-rw-r--r-- | utils/fdict.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/utils/fdict.h b/utils/fdict.h index 71547d2e..eb853fb2 100644 --- a/utils/fdict.h +++ b/utils/fdict.h @@ -33,6 +33,8 @@ struct FD { assert(dict_.max() == 0); // dictionary must not have // been added to hash_ = new PerfectHashFunction(cmph_file); +#else + (void) cmph_file; #endif } static inline int NumFeats() { |