http://bugzilla.novell.com/show_bug.cgi?id=498435 Summary: sane-backends: 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: Other AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de Found By: --- I just tried to build Factory package sane-backends-1.0.19-102.32 and the build said 1. mustek_pp_ccd300.c:1016: warning: operation on 'priv->blueline' may be undefined The source code is priv->blueline = ++priv->blueline % priv->blue_offs; I agree with the compiler. Better code would be priv->blueline = (priv->blueline + 1) % priv->blue_offs; 2. mustek_pp_ccd300.c:946: warning: operation on 'priv->blueline' may be undefined mustek_pp_ccd300.c:943: warning: operation on 'priv->blueline' may be undefined mustek_pp_ccd300.c:982: warning: operation on 'priv->blueline' may be undefined Duplicates. -- 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.