mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-09 12:28:13 -04:00
Initialize uninitialized variable
This commit is contained in:
parent
c4a8fd7969
commit
4f50fced88
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user