https://sourceware.org/bugzilla/show_bug.cgi?id=24536

Nick Clifton <nickc at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |nickc at redhat dot com

--- Comment #1 from Nick Clifton <nickc at redhat dot com> ---
Hi Pekka,

> Attached a proposed patch.  It basically does an extra (stylized) `void
> (*)(void)' cast, as suggested by GCC documentation. 

Can I just check that the upper case VOID types in your patch are correct ?
I am not familiar with the MinGW32 build environment, so I was wondering
whether the patched line ought to read like this instead:

  uuid_create = (UuidCreateFn) (void (WINAPI *)(void)) GetProcAddress
(rpc_library, "UuidCreate");

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to