Fix compile time warning when building the linker in a MinGw32 environment using...
authorPekka Sepp?nen <pexu@sourceware.mail.kapsi.fi>
Wed, 8 May 2019 15:54:16 +0000 (16:54 +0100)
committerNick Clifton <nickc@redhat.com>
Wed, 8 May 2019 15:54:16 +0000 (16:54 +0100)
commit46752c37b06c83a8cbf6be887beac4092d5e3505
tree6ce0e47160e2ba2461d88aa0dfba0055215f8f4c
parent79299211a1a9a701f146620d419da6ee0175798c
Fix compile time warning when building the linker in a MinGw32 environment using gcc 8.

PR 24536
* ldbuildid.c (generate_build_id): Cast return value from
GetProcAddress in order to avoid a compile time warning.
ld/ChangeLog
ld/ldbuildid.c