https://bugzilla.novell.com/show_bug.cgi?id=232116 Summary: licq-1.3.4-34: dodgy code Product: openSUSE 10.3 Version: unspecified Platform: All OS/Version: SuSE Other 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 licq-1.3.4-34 The compiler said user.cpp:2614: warning: comparisons like X<=Y<=Z do not have their mathematical meaning The source code is if (m_nStatusSocketDesc == m_nInfoSocketDesc == m_nNormalSocketDesc == -1) Maybe the programmer intended if ((m_nStatusSocketDesc == -1) && (m_nInfoSocketDesc == -1) && (m_nNormalSocketDesc == -1)) -- 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.