http://bugzilla.novell.com/show_bug.cgi?id=500379 Summary: vino-2.26.1-1.1: 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 vino-2.26.1-1.1 and the build said vino-fb.c:445: warning: operation on 'vfb->priv->n_scanline' may be undefined The source code is vfb->priv->n_scanline = ++vfb->priv->n_scanline % N_SCANLINES; I agree with the compiler. Better code would be vfb->priv->n_scanline = (vfb->priv->n_scanline + 1) % N_SCANLINES; -- 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.