X-Git-Url: https://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=tools%2Fccanlint%2Ftests%2Ftests_helpers_compile.c;h=7aad1dcb9291b48a96bce6688af2291dcc016fa9;hp=67ca8d8ae332f192f568272909befb7ac2281aaa;hb=5bfb3995da36408ded842c36052a5eadd602c431;hpb=7bb7cd58c2d9df126dd6072e5f3bec1eb4dc916b diff --git a/tools/ccanlint/tests/tests_helpers_compile.c b/tools/ccanlint/tests/tests_helpers_compile.c index 67ca8d8a..7aad1dcb 100644 --- a/tools/ccanlint/tests/tests_helpers_compile.c +++ b/tools/ccanlint/tests/tests_helpers_compile.c @@ -27,7 +27,7 @@ static bool compile(struct manifest *m, char **output) { cfile->compiled = maybe_temp_file(m, ".o", keep, cfile->fullname); - return compile_object(m, cfile->fullname, ccan_dir, "", + return compile_object(m, cfile->fullname, ccan_dir, compiler, cflags, cfile->compiled, output); }