(coff_std_swap_table): Add an unused attribute in case it is not used.
This commit is contained in:
parent
3e25964f9b
commit
cb7a88a4dd
2 changed files with 4 additions and 1 deletions
|
@ -5296,7 +5296,7 @@ coff_final_link_postscript (abfd, pfinfo)
|
|||
#define coff_SWAP_scnhdr_in coff_swap_scnhdr_in
|
||||
#endif
|
||||
|
||||
static const bfd_coff_backend_data bfd_coff_std_swap_table =
|
||||
static const bfd_coff_backend_data bfd_coff_std_swap_table ATTRIBUTE_UNUSED =
|
||||
{
|
||||
coff_SWAP_aux_in, coff_SWAP_sym_in, coff_SWAP_lineno_in,
|
||||
coff_SWAP_aux_out, coff_SWAP_sym_out,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue