X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Fobjects_build_without_features.c;fp=tools%2Fccanlint%2Ftests%2Fobjects_build_without_features.c;h=ab3bbb0ab13438660f527be73cd4e302994740e2;hp=770dd475a3a6583ce1f60f9b804afb80cac37a58;hb=af5b1a18948345c5f9f9abf4eda3ab9fe0aa9a9f;hpb=04f453bbedd1eca3e5ab93290304d8193ffdd87f diff --git a/tools/ccanlint/tests/objects_build_without_features.c b/tools/ccanlint/tests/objects_build_without_features.c index 770dd475..ab3bbb0a 100644 --- a/tools/ccanlint/tests/objects_build_without_features.c +++ b/tools/ccanlint/tests/objects_build_without_features.c @@ -4,13 +4,12 @@ #include "build.h" static void check_objs_build_without_features(struct manifest *m, - bool keep, unsigned int *timeleft, struct score *score) { const char *flags = talloc_asprintf(score, "%s %s", REDUCE_FEATURES_FLAGS, cflags); - build_objects(m, keep, score, flags, COMPILE_NOFEAT); + build_objects(m, score, flags, COMPILE_NOFEAT); } struct ccanlint objects_build_without_features = {