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 <[email protected]>  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.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to