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 | 73abcb3a73ef5f24f29a3c3f9fda50bc431e9175 (patch) | |
tree | f91c1fdae59fb15d5d8bb0e10fec984b188683ed /decoder | |
parent | 435ebca6bd25819d263cc522f76e284d803c2110 (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); } |