16 Nov
2006
16 Nov
'06
12:38
https://bugzilla.novell.com/show_bug.cgi?id=214278 ------- Comment #4 from olh@novell.com 2006-11-16 05:38 MST ------- no it doesnt, thats why it is removed. -fsigned-char was nothing but a band aid to work around broken code. look for new 'comparison is always true/false due to limited range of data type' warnings with this patch applied. char x; if (x < 0); this has to be 'signed char x' -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.