This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

warnings when including bfd.h


Hey,

in case you're interested, when I include bfd.h (on windows) from
latest release of binutils, I get the following warnings:

C:/MinGW_EFL/msys/1.0/local/include/bfd.h:5552:5: warning: redundant
redeclaration of 'bfd_get_arch_size' [-Wredundant-decls]
C:/MinGW_EFL/msys/1.0/local/include/bfd.h:706:12: note: previous
declaration of 'bfd_get_arch_size' was here
C:/MinGW_EFL/msys/1.0/local/include/bfd.h:5554:5: warning: redundant
redeclaration of 'bfd_get_sign_extend_vma' [-Wredundant-decls]
C:/MinGW_EFL/msys/1.0/local/include/bfd.h:710:12: note: previous
declaration of 'bfd_get_sign_extend_vma' was here

regards

Vincent Torri


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]