Coverage exclusions for -d.
This commit is contained in:
parent
ff46cf7fac
commit
77ac2f1570
2 changed files with 4 additions and 4 deletions
6
main.c
6
main.c
|
@ -1275,9 +1275,9 @@ int main(int argc, char *argv[])
|
|||
#endif
|
||||
while ((ch = getopt(argc, argv, opts)) != EOF) {
|
||||
switch (ch) {
|
||||
case 'd':
|
||||
settings.debug +=1;
|
||||
break;
|
||||
case 'd': // LCOV_EXCL_LINE
|
||||
settings.debug +=1; // LCOV_EXCL_LINE
|
||||
break; // LCOV_EXCL_LINE
|
||||
case 'l':
|
||||
settings.logfp = fopen(optarg, "w");
|
||||
if (settings.logfp == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue