Commit a771939
Small fixes for unknown-warning-option.
Using `Ignore` causes the compiler to ignore the next command line
option, we shoud use `Unit` with an empty function.
Also we need to check if there was any error during parsing the
commandline for checking if an we have an unknown warning and the
warning is set to an error.
Bug 394211 parent 0cb76eb commit a771939
2 files changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
394 | 394 | | |
395 | 395 | | |
396 | 396 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| 430 | + | |
430 | 431 | | |
431 | 432 | | |
432 | 433 | | |
| |||
0 commit comments