X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Fcompulsory_tests%2Fcompile_test_helpers.c;h=94daaa1bf4bbe1128d234cf767e228f08bd1680b;hp=ac29aa3cd2799ed55bb24281fc0414b89df8815e;hb=a200e1ad1cf5a4828ea4e4e222838ddad5a4a9a3;hpb=e9d8020e0300f586bef1ef27bfff3593ac1317c2 diff --git a/tools/ccanlint/compulsory_tests/compile_test_helpers.c b/tools/ccanlint/compulsory_tests/compile_test_helpers.c index ac29aa3c..94daaa1b 100644 --- a/tools/ccanlint/compulsory_tests/compile_test_helpers.c +++ b/tools/ccanlint/compulsory_tests/compile_test_helpers.c @@ -26,7 +26,8 @@ static char *compile(struct manifest *m, struct ccan_file *cfile) { cfile->compiled = maybe_temp_file(m, "", keep, cfile->fullname); - return compile_object(m, cfile->fullname, ccan_dir, cfile->compiled); + return compile_object(m, cfile->fullname, ccan_dir, "", + cfile->compiled); } static void *do_compile_test_helpers(struct manifest *m,