Initialize uninitialized variable

This commit is contained in:
Marcus Holland-Moritz 2020-12-08 16:39:41 +01:00
parent c4a8fd7969
commit 4f50fced88

View File

@ -39,7 +39,7 @@ namespace po = boost::program_options;
int dwarfsck(int argc, char** argv) {
std::string log_level, input;
int detail;
bool json;
bool json = false;
// clang-format off
po::options_description opts("Command line options");