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:
authorU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2013-01-09 00:50:00 +0400
committerU-NORTHAMERICA\jcl <jcl@JCL.northamerica.corp.microsoft.com>2013-01-09 00:50:00 +0400
commit92552edf319b5d2945526eab1cae3dab52b17dbe (patch)
tree13dd43aedcf965801539db5bc0c2faa84409ab19 /vowpalwabbit/vwdll.cpp
parentc5addffa18423283788d04912e44ea86994824c4 (diff)
zeroing out warnings
Diffstat (limited to 'vowpalwabbit/vwdll.cpp')
-rw-r--r--vowpalwabbit/vwdll.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/vowpalwabbit/vwdll.cpp b/vowpalwabbit/vwdll.cpp
index 96c5a370..1616ffcf 100644
--- a/vowpalwabbit/vwdll.cpp
+++ b/vowpalwabbit/vwdll.cpp
@@ -97,7 +97,8 @@ extern "C"
}
catch (...)
{
- // BUGBUG: should report error here....
+ cout << "BUG: failed space conversion" << endl;
+ return 0;
}
}
@@ -111,7 +112,8 @@ extern "C"
}
catch (...)
{
- // BUGBUG: should report error here....
+ cout << "failed feature conversion!" << endl;
+ return 0;
}
}