Skip to content

the variable is use before init #47

@cyqw

Description

@cyqw

src\Win32_Interop\Win32_CommandLine.cpp : 662
void ParseCommandLineArguments(int argc, char** argv) {
if (argc < 2) {
return;
}

bool confFile = false;
string confFilePath;
for (int n = (confFile ? 2 : 1); n < argc; n++) {
    if (string(argv[n]).substr(0, 2) == "--") {
        string argument = string(argv[n]).substr(2, argument.length() - 2);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions