1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

gcc: remove invalid attribute

In this function parameter 'attribute' is used.
This commit is contained in:
Zdenek Kabelac 2021-09-09 23:17:29 +02:00
parent 9ba76450f4
commit 00ec716b4d

View File

@ -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 {