added missing spaces before braces. added unknown option msg if not given -Wc|l|a when passing options to subprocess
This commit is contained in:
@@ -1465,6 +1465,7 @@ int main (int argc, char* argv [])
|
|||||||
OptLdArgs (Arg, GetArg (&I, 3));
|
OptLdArgs (Arg, GetArg (&I, 3));
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
|
UnknownOption (Arg);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user