]> git.ozlabs.org Git - ccan/commitdiff
ccanlint: fix listing of dependencies
authorRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Mar 2011 03:21:20 +0000 (13:51 +1030)
committerRusty Russell <rusty@rustcorp.com.au>
Fri, 25 Mar 2011 03:21:20 +0000 (13:51 +1030)
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.


No differences found