The __used (== __attribute__((__used)) ) silences the warning produced
by unreferenced symbol. Apply __used instead of rev. 1.5. Requested by: kan
This commit is contained in:
parent
8cda75e035
commit
e957a260c9
@ -43,7 +43,7 @@ static const struct {
|
||||
int32_t type;
|
||||
char name[sizeof ABI_VENDOR];
|
||||
int32_t desc;
|
||||
} abitag __attribute__ ((section (ABI_SECTION), aligned(4), used)) __unused = {
|
||||
} abitag __attribute__ ((section (ABI_SECTION), aligned(4))) __used = {
|
||||
sizeof ABI_VENDOR,
|
||||
sizeof(int32_t),
|
||||
ABI_NOTETYPE,
|
||||
|
Loading…
x
Reference in New Issue
Block a user