http://bugzilla.novell.com/show_bug.cgi?id=498738 Summary: t38modem-0.7.0-246.50: undefined C code Classification: openSUSE Product: openSUSE 11.2 Version: Factory Platform: All OS/Version: Other Status: NEW Severity: Normal Priority: P5 - None Component: Network 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 t38modem-0.7.0-246.50 and the build said pmodeme.cxx:394: warning: operation on '((ModemEngineBody*)this)->ModemEngineBody::seq' may be undefined The source code is int NextSeq() { return seq = ++seq % T38Engine::cbpUserDataMod; } I agree with the compiler. Better code would be int NextSeq() { return seq = (seq + 1) % T38Engine::cbpUserDataMod; } -- 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.