X-Git-Url: http://git.ozlabs.org/?p=petitboot;a=blobdiff_plain;f=discover%2Fkboot-parser.c;h=712456142f903c01ec04b17fb89c41ae587b64c3;hp=f8cd61d5b2e66a2cd971265cdcecccd6822d9af3;hb=61679084243c471053b0b1b9865b40d721586958;hpb=9793f862467407e83aa5b5a2cc35c25de9bae17b diff --git a/discover/kboot-parser.c b/discover/kboot-parser.c index f8cd61d..7124561 100644 --- a/discover/kboot-parser.c +++ b/discover/kboot-parser.c @@ -117,7 +117,9 @@ static int check_for_global_option(struct kboot_context *ctx, return 0; } -static char *get_global_option(struct kboot_context *ctx, const char *name) +static char *get_global_option( + struct kboot_context *ctx __attribute__((unused)), + const char *name) { int i;