[Bug 218753] New: sim-0.9.3-39: undefined C code
https://bugzilla.novell.com/show_bug.cgi?id=218753 Summary: sim-0.9.3-39: undefined C code Product: openSUSE 10.2 Version: Beta 1 plus Platform: All OS/Version: SuSE Linux 10.1 Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: dcb314@hotmail.com QAContact: qa@suse.de I just tried to compile package sim-0.9.3-39 with the GNU C compiler. It said msnclient.cpp:1161: warning: operation on 'i' may be undefined The source code is res += QChar((char)((fromHex(s[i++]) << 4) + fromHex(s[i]))); I have read the source code and I agree with the compiler. Suggest new code res += QChar((char)((fromHex(s[i]) << 4) + fromHex(s[i + 1]))); ++i; -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=218753 stbinner@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|bnc-team- |hmacht@novell.com |screening@forge.provo.novell| |.com | -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=218753 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WONTFIX ------- Comment #1 from hmacht@novell.com 2006-11-07 09:20 MST ------- So if you've already a solution for the problem you might file this bugreport upstream at http://sim-im.org/wiki/Main_Page. Sorry, but because it's only a warning, I'm closing this as WONTFIX. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=218753 dcb314@hotmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | ------- Comment #2 from dcb314@hotmail.com 2006-11-07 10:33 MST ------- (In reply to comment #1)
you might file this bugreport upstream at http://sim-im.org/wiki/Main_Page.
I might, but then filing this bug report means I need yet another account on yet another project to merely submit one bug report. I haven't got the time or the inclination. You might have an account there already. It looks like this bug report goes to /dev/null, or ? -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=218753 hmacht@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REOPENED |RESOLVED Resolution| |FIXED ------- Comment #3 from hmacht@novell.com 2006-11-15 05:31 MST ------- I don't have an account either. And a warning from the compiler still is just warning. I won't add yet another patch to the sim package for this small issue. This should be solved upstream. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=218753 behlert@novell.com changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED -- 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.
participants (1)
-
bugzilla_noreply@novell.com