Add option to enable -Wextra for gcc/clang.

This commit is contained in:
Mike Ellery
2019-10-03 10:17:15 -07:00
committed by Manoj doshi
parent ca47583a3b
commit 82484e26f5
15 changed files with 31 additions and 23 deletions

View File

@@ -48,9 +48,9 @@ class LedgerLoad_test : public beast::unit_test::suite
struct SetupData
{
std::string const dbPath;
std::string ledgerFile;
Json::Value ledger;
Json::Value hashes;
std::string ledgerFile {};
Json::Value ledger {};
Json::Value hashes {};
};
SetupData