diff options
author | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:56:53 -0400 |
---|---|---|
committer | Wu, Ke <wuke@cs.umd.edu> | 2014-10-10 17:56:53 -0400 |
commit | 2a33cd8b5106fa40ae1992a732e6a95720ff1dfc (patch) | |
tree | 2b4fa350f544e86571f8b696c87705b45c2a01e1 /decoder | |
parent | e632e84862109742b81f3bf32d5133660e01a33c (diff) |
Eliminate compiler warnings
Diffstat (limited to 'decoder')
-rw-r--r-- | decoder/ff_const_reorder.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/decoder/ff_const_reorder.cc b/decoder/ff_const_reorder.cc index d29820ef..c0269125 100644 --- a/decoder/ff_const_reorder.cc +++ b/decoder/ff_const_reorder.cc @@ -1339,7 +1339,7 @@ void ConstReorderFeature::PrepareForInput(const SentenceMetadata& smeta) { void ConstReorderFeature::TraversalFeaturesImpl( const SentenceMetadata& /* smeta */, const Hypergraph::Edge& edge, const vector<const void*>& ant_states, SparseVector<double>* features, - SparseVector<double>* estimated_features, void* state) const { + SparseVector<double>* /*estimated_features*/, void* state) const { pimpl_->SetConstReorderFeature(edge, features, ant_states, state); } |