from Clang Static Analyzer:
Dead Increment
Value stored to 'argv' is never read
(This was just a step that is commonly used per getopt docs.)
Okayed via jabber.
}
}
argc -= optind;
- argv += optind;
if (argc != 0) {
usage();
}
}
}
argc -= optind;
- argv += optind;
if (argc != 0) {
usage();
}
}
}
argc -= optind;
- argv += optind;
if (argc != 0) {
usage();
}
}
}
argc -= optind;
- argv += optind;
if (argc != 0) {
usage();
}