Fixed more gcc 8 warnings.

This commit is contained in:
Davis King 2019-03-03 21:35:15 -05:00
parent f9b7ad9ae6
commit 663a1b7127
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ namespace dlib
struct token_text_pair
{
std::string token;
int type;
int type=0;
};
}

View File

@ -41,6 +41,7 @@ namespace dlib
max_sv(40),
lambda_c1(0.0001),
lambda_c2(0.0001),
max_wnorm(100),
tau(0.01),
tolerance(0.01),
train_count(0),