http://bugzilla.novell.com/show_bug.cgi?id=503817 Summary: grub-0.97-157.5: 4 * undefined code Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: openSUSE 11.1 Status: NEW Severity: Normal Priority: P5 - None Component: Bootloader AssignedTo: jsrain@novell.com ReportedBy: dcb314@hotmail.com QAContact: jsrain@novell.com Found By: --- I just tried to build Factory package grub-0.97-157.5 and the build said 1. depca.c:598: warning: operation on 'lp.rx_cur' may be undefined The source code is lp.rx_cur = (++lp.rx_cur) & lp.rxRingMask; I agree with the compiler. Better code would be lp.rx_cur = (lp.rx_cur + 1) & lp.rxRingMask; 2. depca.c:638: warning: operation on 'lp.tx_cur' may be undefined tulip.c:1141: warning: operation on 'tp->cur_rx' may be undefined tulip.c:1150: warning: operation on 'tp->cur_rx' may be undefined Similar. -- Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.