[Bug 500379] New: vino-2.26.1-1.1: undefined code
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.
http://bugzilla.novell.com/show_bug.cgi?id=500379 Zheng Chen <zchen@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|zchen@novell.com |bnc-team-gnome@forge.provo. | |novell.com -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=500379 Stephan Binner <binner@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Component|Other |GNOME -- 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.
http://bugzilla.novell.com/show_bug.cgi?id=500379 User vuntz@novell.com added comment http://bugzilla.novell.com/show_bug.cgi?id=500379#c3 Vincent Untz <vuntz@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P5 - None |P3 - Medium Status|NEW |RESOLVED URL| |http://bugzilla.gnome.org/s | |how_bug.cgi?id=590765 CC| |vuntz@novell.com Resolution| |UPSTREAM Severity|Normal |Minor --- Comment #3 from Vincent Untz <vuntz@novell.com> 2009-08-04 11:59:31 MDT --- Sent upstream: http://bugzilla.gnome.org/show_bug.cgi?id=590765 Please file those bugs directly upstream, thanks! -- 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.
participants (1)
-
bugzilla_noreply@novell.com