• Rusty Russell's avatar
    ccanlint: fix listing of dependencies · 94b797a5
    Rusty Russell authored
    gcc gave a warning:
    	tools/ccanlint/ccanlint.c:230:19: error: ‘c’ may be used uninitialized in this function
    
    Which indicated that test dependency printing was broken: we need to
    loop through the tests!  Also, we haven't parsed options yet, so
    verbose is never true: move it to later and make it depend on -vvv.
    94b797a5
ccanlint.c 17.1 KB