This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
warnings when including bfd.h
- From: Vincent Torri <vincent dot torri at gmail dot com>
- To: binutils at sourceware dot org
- Date: Thu, 29 Mar 2012 01:07:12 +0200
- Subject: 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