Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@nyclamp.(none)>2013-10-29 18:55:22 +0400
committerJohn Langford <jl@nyclamp.(none)>2013-10-29 18:55:22 +0400
commit2080aa9aaccf6bb5709f223c2f779b565cc4d104 (patch)
tree804732d81522c2651973875ab38496b2c301a6bf /vowpalwabbit/simple_label.cc
parent39d2d61df606929569b9d6736bfd25cbe373a06e (diff)
more standard drivers
Diffstat (limited to 'vowpalwabbit/simple_label.cc')
-rw-r--r--vowpalwabbit/simple_label.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/simple_label.cc b/vowpalwabbit/simple_label.cc
index d3605d68..c56d6921 100644
--- a/vowpalwabbit/simple_label.cc
+++ b/vowpalwabbit/simple_label.cc
@@ -225,7 +225,7 @@ void output_and_account_example(vw& all, example* ec)
print_update(all, ec);
}
-void return_simple_example(vw& all, example* ec)
+void return_simple_example(vw& all, void*, example* ec)
{
if (!command_example(&all, ec))
output_and_account_example(all, ec);