diff options
author | Patrick Simianer <p@simianer.de> | 2012-07-03 15:43:20 +0200 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2012-07-03 15:43:20 +0200 |
commit | 4ec3625b3a1aa9cb417f8a551ad6723626a4c656 (patch) | |
tree | b26acbcb8e1d434f144b5396acdd8095c94d3328 /utils | |
parent | efe18d73d96958dfb6581f6f8a60362f7ad0a0c9 (diff) | |
parent | 7937972d2478a3b377930a30b77b07d2e6e902ba (diff) |
Merge remote-tracking branch 'upstream/master'
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() { |