[Bug 470703] Review Request: links 2 - text mode browser with graphics

bugzilla at redhat.com bugzilla at redhat.com
Sat Apr 11 04:57:53 UTC 2009


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=470703





--- Comment #42 from Mikulas Patocka <mpatocka at redhat.com>  2009-04-11 00:57:52 EDT ---
"Many warnings "pointer targets in passing argument <N> of <variable> differ
in> signedness" in build.log"

Use -Wno-pointer-sign. I think it's easier to use it than to add many needless
"unsigned char * -> char *" casts. Links is written with the policy that all
characters are unsigned ... to avoid hard-to-detect bugs coming from the fact
that different systems have different char signedness.

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the Fedora-package-review mailing list