mirror of
git://sourceware.org/git/lvm2.git
synced 2025-03-08 08:58:50 +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,
|
static int _target_present(struct cmd_context *cmd,
|
||||||
const struct lv_segment *seg __attribute__((unused)),
|
const struct lv_segment *seg __attribute__((unused)),
|
||||||
unsigned *attributes __attribute__((unused)))
|
unsigned *attributes)
|
||||||
{
|
{
|
||||||
/* List of features with their kernel target version */
|
/* List of features with their kernel target version */
|
||||||
static const struct feature {
|
static const struct feature {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user