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=8174541cd51271680dcff50d9a123489fdf73b33;hp=f30bde4ed52f110b0cbd2144144dc1798628012a;hb=b931f4765272d68de3b5e35d70c1933c27bcdea4;hpb=ad6a6711a1b703793e49206e10d6dcf1722eb424 diff --git a/tools/ccanlint/tests/objects_build_without_features.c b/tools/ccanlint/tests/objects_build_without_features.c index f30bde4e..8174541c 100644 --- a/tools/ccanlint/tests/objects_build_without_features.c +++ b/tools/ccanlint/tests/objects_build_without_features.c @@ -8,7 +8,7 @@ static void check_objs_build_without_features(struct manifest *m, struct score *score) { const char *flags = talloc_asprintf(score, "-I. %s", cflags); - build_objects(m, keep, score, flags); + build_objects(m, keep, score, flags, COMPILE_NOFEAT); } struct ccanlint objects_build_without_features = {