GNU bug report logs -
#21953
Eliminate warnings in the emacs-25 release branch
Previous Next
Reported by: John Wiegley <jwiegley <at> gmail.com>
Date: Wed, 18 Nov 2015 17:45:01 UTC
Severity: normal
Done: John Wiegley <jwiegley <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #151 received at 21953 <at> debbugs.gnu.org (full text, mbox):
> From: Andy Moreton <andrewjmoreton <at> gmail.com>
> Date: Wed, 25 Nov 2015 20:58:10 +0000
>
> There are three in the mingw64 build (on emacs-25 or master branch):
>
> ../../src/w32.c: In function 'sys_socket':
> ../../src/w32.c:7435:14: warning: overflow in implicit constant conversion [-Woverflow]
> return INVALID_SOCKET;
> ^
> ../../src/w32.c: In function 'maybe_load_unicows_dll':
> ../../src/w32.c:9273:25: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
> pMultiByteToWideChar = GetProcAddress (ret, "MultiByteToWideChar");
> ^
> ../../src/w32.c:9274:25: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
> pWideCharToMultiByte = GetProcAddress (ret, "WideCharToMultiByte");
> ^
Thanks, fixed on emacs-25.
This bug report was last modified 9 years and 256 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.