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

fix some unused-variable warnings

parent 24c39c6e
No related branches found
No related tags found
No related merge requests found
...@@ -631,7 +631,7 @@ op_orth ...@@ -631,7 +631,7 @@ op_orth
; ;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
op_base op_base
[const Corpus2::Tagset& tagset, Wccl::Variables& vars] [const Corpus2::Tagset& /*tagset*/, Wccl::Variables& vars]
returns [boost::shared_ptr<Wccl::Function<Wccl::StrSet> > ret] returns [boost::shared_ptr<Wccl::Function<Wccl::StrSet> > ret]
{ {
boost::shared_ptr<Wccl::VarGetter<Wccl::Position> > pos; boost::shared_ptr<Wccl::VarGetter<Wccl::Position> > pos;
...@@ -678,7 +678,7 @@ op_affix ...@@ -678,7 +678,7 @@ op_affix
; ;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
op_str_set op_str_set
[const Corpus2::Tagset& tagset, Wccl::Variables& vars] [const Corpus2::Tagset& /*tagset*/, Wccl::Variables& vars]
returns [boost::shared_ptr<Wccl::Function<Wccl::StrSet> > op] returns [boost::shared_ptr<Wccl::Function<Wccl::StrSet> > op]
: op = str_set_variable [vars] : op = str_set_variable [vars]
| op = str_set_value | op = str_set_value
...@@ -793,7 +793,7 @@ lpred_nor ...@@ -793,7 +793,7 @@ lpred_nor
; ;
// ---------------------------------------------------------------------------- // ----------------------------------------------------------------------------
lpred_bool lpred_bool
[const Corpus2::Tagset& tagset, Wccl::Variables& vars] [const Corpus2::Tagset& /*tagset*/, Wccl::Variables& vars]
returns [boost::shared_ptr<Wccl::Function<Wccl::Bool> > op] returns [boost::shared_ptr<Wccl::Function<Wccl::Bool> > op]
: op = boolean_variable [vars] : op = boolean_variable [vars]
| op = boolean_value | op = boolean_value
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment