This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
Warning while building for win64
- From: NightStrike <nightstrike at gmail dot com>
- To: binutils <binutils at sourceware dot org>
- Date: Tue, 23 Jun 2009 00:28:54 -0400
- Subject: 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’