From: Rusty Russell Date: Fri, 25 Mar 2011 03:21:20 +0000 (+1030) Subject: ccanlint: fix listing of dependencies X-Git-Url: http://git.ozlabs.org/?p=ccan;a=commitdiff_plain;h=94b797a5d4fb35f85a314e11c9ded9f18b941d00;hp=94b797a5d4fb35f85a314e11c9ded9f18b941d00 ccanlint: fix listing of dependencies 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. ---