]> git.ozlabs.org Git - ccan/commitdiff
ccanlint: fix spurious warning errors.
authorRusty Russell <rusty@rustcorp.com.au>
Wed, 5 Oct 2011 03:40:29 +0000 (14:10 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Wed, 5 Oct 2011 03:40:29 +0000 (14:10 +1030)
Because we fork children to do compilations, and we use stdio, we need
to flush stdout before the fork otherwise the child will flush
afterwards.  The compile tests interpret this output as a compiler
warning.

This shows up if you redirect ccanlint output to a file.


No differences found