Skip to content
Snippets Groups Projects
Commit cdfc28e9 authored by ilor's avatar ilor
Browse files

fix unused-param warning

parent 2ae3d800
No related merge requests found
...@@ -43,7 +43,7 @@ MatchResult IsAnnotatedAs::apply(const ActionExecContext& context) const ...@@ -43,7 +43,7 @@ MatchResult IsAnnotatedAs::apply(const ActionExecContext& context) const
return MatchResult(ann_match); return MatchResult(ann_match);
} }
std::string IsAnnotatedAs::to_string(const Corpus2::Tagset& tagset) const std::string IsAnnotatedAs::to_string(const Corpus2::Tagset& /*tagset*/) const
{ {
std::ostringstream os; std::ostringstream os;
os << name() << "(\"" << chan_name_ << "\")"; os << name() << "(\"" << chan_name_ << "\")";
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment