summaryrefslogtreecommitdiffstats
path: root/discover/kboot-parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'discover/kboot-parser.c')
-rw-r--r--discover/kboot-parser.c4
1 files changed, 3 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud