2
0
mirror of https://github.com/boostorg/mysql.git synced 2026-02-15 13:12:21 +00:00

Increased warning level

Now examples and tests compile with more strict warning levels
Now warnings are treated like errors
Now test has its own CMakeLists.txt
Solved several warnings
This commit is contained in:
ruben
2020-01-12 14:17:10 +00:00
parent df9b3bf695
commit e3a067d324
13 changed files with 94 additions and 81 deletions

View File

@@ -286,7 +286,8 @@ INSTANTIATE_TEST_SUITE_P(Handhsake, DeserializeSpaceTest, ::testing::Values(
{hanshake_caps},
static_cast<std::uint8_t>(collation::latin1_swedish_ci),
{ SERVER_STATUS_AUTOCOMMIT },
{ "mysql_native_password" }
{ "mysql_native_password" },
{} // data buffer; internal, not used in the comparisons for correctness
}, {
0x35, 0x2e, 0x37, 0x2e, 0x32, 0x37, 0x2d, 0x30,
0x75, 0x62, 0x75, 0x6e, 0x74, 0x75, 0x30, 0x2e,