mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-16 21:42:19 +00:00
Default initialize verbosity
This commit is contained in:
@@ -176,7 +176,7 @@ bool init_input_file(const std::string& filename, IfcParse::IfcFile*& ifc_file,
|
|||||||
|
|
||||||
// from https://stackoverflow.com/questions/31696328/boost-program-options-using-zero-parameter-options-multiple-times
|
// from https://stackoverflow.com/questions/31696328/boost-program-options-using-zero-parameter-options-multiple-times
|
||||||
struct verbosity_counter {
|
struct verbosity_counter {
|
||||||
int count;
|
int count = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(_MSC_VER) && defined(_UNICODE)
|
#if defined(_MSC_VER) && defined(_UNICODE)
|
||||||
|
|||||||
Reference in New Issue
Block a user