]> git.ozlabs.org Git - ccan/blobdiff - tools/ccanlint/tests/info_exists.c
configurator: HAVE_PROC_SELF_MAPS
[ccan] / tools / ccanlint / tests / info_exists.c
index 80edb5aa911b25c868407d3114e97fce44f63bc3..330749ba46af0e076f91916c15cd6b4860a5b0e1 100644 (file)
 #include <ccan/talloc/talloc.h>
 
 static void check_has_info(struct manifest *m,
-                          bool keep,
                           unsigned int *timeleft,
                           struct score *score)
 {
        if (m->info_file) {
                score->pass = true;
                score->score = score->total;
+               add_info_options(m->info_file);
        } else {
                score->error = talloc_strdup(score,
        "You have no _info file.\n\n"