Commit 663a1b71 authored by Davis King's avatar Davis King

Fixed more gcc 8 warnings.

parent f9b7ad9a
...@@ -16,7 +16,7 @@ namespace dlib ...@@ -16,7 +16,7 @@ namespace dlib
struct token_text_pair struct token_text_pair
{ {
std::string token; std::string token;
int type; int type=0;
}; };
} }
......
...@@ -41,6 +41,7 @@ namespace dlib ...@@ -41,6 +41,7 @@ namespace dlib
max_sv(40), max_sv(40),
lambda_c1(0.0001), lambda_c1(0.0001),
lambda_c2(0.0001), lambda_c2(0.0001),
max_wnorm(100),
tau(0.01), tau(0.01),
tolerance(0.01), tolerance(0.01),
train_count(0), train_count(0),
......
Markdown is supported
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