mirror of
https://github.com/DarkPlacesEngine/gmqcc.git
synced 2025-02-01 04:10:42 +00:00
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:
parent
702a7664de
commit
9032e78349
1 changed files with 0 additions and 2 deletions
2
main.c
2
main.c
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue