From 00ec716b4db371f0e28880e95539b10208f19d37 Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Thu, 9 Sep 2021 23:17:29 +0200 Subject: [PATCH] gcc: remove invalid attribute In this function parameter 'attribute' is used. --- lib/cache_segtype/cache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cache_segtype/cache.c b/lib/cache_segtype/cache.c index 93d4c5283..05de9d5cd 100644 --- a/lib/cache_segtype/cache.c +++ b/lib/cache_segtype/cache.c @@ -335,7 +335,7 @@ static int _lookup_kallsyms(const char *symbol) static int _target_present(struct cmd_context *cmd, const struct lv_segment *seg __attribute__((unused)), - unsigned *attributes __attribute__((unused))) + unsigned *attributes) { /* List of features with their kernel target version */ static const struct feature {