[Github-comments] [geany] Fix warnings about casting pointer from/to different size integer (#773)

Colomban Wendling notifications at xxxxx
Mon Nov 30 16:45:54 UTC 2015


> @@ -816,7 +816,7 @@ static FILE *open_std_handle(DWORD handle, const char *mode)
>  	if (hConHandle == -1)
>  	{
>  		gchar *err = g_win32_error_message(GetLastError());
> -		g_warning("_open_osfhandle(%ld, _O_TEXT) failed: %s", (long)lStdHandle, err);
> +		g_warning("_open_osfhandle(handle(%ld), _O_TEXT) failed: %s", (long)handle, err);

why this change?

---
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/773/files#r46168312
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20151130/ed90c177/attachment.html>


More information about the Github-comments mailing list