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]

Warning while building for win64


When building a binutils where host=target=x86_64-w64-mingw32, I see
the following warnings that should be cleaned up:

../../src/libiberty/md5.c: In function ‘md5_process_bytes’:
../../src/libiberty/md5.c:234:11: warning: cast from pointer to
integer of different size

../../src/libiberty/hashtab.c: In function ‘hash_pointer’:
../../src/libiberty/hashtab.c:199:23: warning: cast from pointer to
integer of different size

../../src/libiberty/strerror.c:472:12: warning: ‘_sys_nerr’ redeclared
without dllimport attribute: previous dllimport ignored
../../src/libiberty/strerror.c:473:14: warning: ‘_sys_errlist’
redeclared without dllimport attribute: previous dllimport ignored

../../src/libiberty/waitpid.c: In function ‘waitpid’:
../../src/libiberty/waitpid.c:31:7: warning: implicit declaration of
function ‘wait’


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