Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 893704 Details for
Bug 932407
net-misc/freerdp-2.11.7[client,X] fails to compile: xf_graphics.c:441:57: error: pointer/integer type mismatch in conditional expression [-Wint-conversion]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
freerdp-2.11.7-incompatible-pointer.patch (text/plain), 396 bytes, created by
NHO
on 2024-05-22 07:33:57 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
NHO
Created:
2024-05-22 07:33:57 UTC
Size:
396 bytes
patch
obsolete
>https://bugs.gentoo.org/932407 >minimal patch, it's in log, casting is safe >--- a/client/X11/xf_graphics.c.orig 2024-05-22 11:25:53.459299524 +0400 >+++ b/client/X11/xf_graphics.c 2024-05-22 11:28:58.492487443 +0400 >@@ -438,7 +438,7 @@ > > #endif > fail: >- WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : -1); >+ WLog_DBG(TAG, "%s: %ld", __func__, rc ? pointer : (rdpPointer*)-1); > return rc; > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 932407
: 893704 |
893848