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:
parent
9ba76450f4
commit
00ec716b4d
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user