X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fhash_if.c;h=e647ca2190aa4e25978ff0e4f4b608036156672d;hp=35608ef1979c28b86926f9c475c5b6dcab75ac62;hb=HEAD;hpb=678cd10db6d6b81d97f3b98ea0a54657141632ad diff --git a/tools/ccanlint/tests/hash_if.c b/tools/ccanlint/tests/hash_if.c index 35608ef1..e647ca21 100644 --- a/tools/ccanlint/tests/hash_if.c +++ b/tools/ccanlint/tests/hash_if.c @@ -1,8 +1,6 @@ #include #include -#include #include -#include #include #include #include @@ -17,8 +15,8 @@ #include static void check_hash_if(struct manifest *m, - bool keep, - unsigned int *timeleft, struct score *score) + unsigned int *timeleft UNNEEDED, + struct score *score) { struct list_head *list; const char *explanation = @@ -71,7 +69,7 @@ struct ccanlint hash_if = { .key = "hash_if", .name = "Features are checked with #if not #ifdef", .check = check_hash_if, - .needs = "" + .needs = "info_exists" }; REGISTER_TEST(hash_if);