From: Dale Weiler Date: Sat, 31 Aug 2013 13:53:19 +0000 (-0400) Subject: There is no bug since the testsuite uses -o for preprocessed output (thus the printf... X-Git-Tag: 0.3.5~107 X-Git-Url: https://git.rm.cloudns.org/?a=commitdiff_plain;h=9032e783496f7be2fd4c9a6824bba19cf8ad047c;p=xonotic%2Fgmqcc.git 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. --- diff --git a/main.c b/main.c index 70d46c5..33bde55 100644 --- a/main.c +++ b/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(); }