mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Add option to enable -Wextra for gcc/clang.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user