mirror of
https://github.com/mhx/dwarfs.git
synced 2025-09-12 05:49:56 -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) {
|
int dwarfsck(int argc, char** argv) {
|
||||||
std::string log_level, input;
|
std::string log_level, input;
|
||||||
int detail;
|
int detail;
|
||||||
bool json;
|
bool json = false;
|
||||||
|
|
||||||
// clang-format off
|
// clang-format off
|
||||||
po::options_description opts("Command line options");
|
po::options_description opts("Command line options");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user