mirror of
https://github.com/MaskRay/ccls.git
synced 2025-06-07 16:54:54 +00:00
add missed cast
This commit is contained in:
parent
c0ef47d5e0
commit
787e5efd9f
@ -87,7 +87,7 @@ int main(int argc, char **argv) {
|
|||||||
PrintHelpMessage();
|
PrintHelpMessage();
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
ccls::log::verbosity = ccls::log::Verbosity(opt_verbose.getValue());
|
ccls::log::verbosity = static_cast<log::Verbosity>(opt_verbose.getValue());
|
||||||
|
|
||||||
pipeline::Init();
|
pipeline::Init();
|
||||||
const char *env = getenv("CCLS_CRASH_RECOVERY");
|
const char *env = getenv("CCLS_CRASH_RECOVERY");
|
||||||
|
Loading…
Reference in New Issue
Block a user