• Rusty Russell's avatar
    ccanlint: fix spurious warning errors. · 0959991a
    Rusty Russell authored
    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.
    0959991a
async.c 5.11 KB