There is no bug since the testsuite uses -o for preprocessed output (thus the printf never gets involved) if the testsuite read the preprocessor output from stdout than things would be wrong, since however it isn't there is no bug.

This commit is contained in:
Dale Weiler 2013-08-31 09:53:19 -04:00
parent 702a7664de
commit 9032e78349

2
main.c
View file

@ -568,8 +568,6 @@ int main(int argc, char **argv) {
util_seed(time(0));
printf("size is: %u\n", (unsigned)sizeof(opts_cmd_t));
if (!options_parse(argc, argv)) {
return usage();
}