[Konversation-devel] [konversation] [Bug 338089] New: src/irc/inputfilter.cpp:1104: bad if test ?

dcb314 at hotmail.com dcb314 at hotmail.com
Thu Aug 7 07:41:29 UTC 2014


https://bugs.kde.org/show_bug.cgi?id=338089

            Bug ID: 338089
           Summary: src/irc/inputfilter.cpp:1104: bad if test ?
           Product: konversation
           Version: 1.5
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: ircview
          Assignee: argonel at gmail.com
          Reporter: dcb314 at hotmail.com
                CC: konversation-devel at kde.org

/konversation-1.5/src/irc/inputfilter.cpp:1104:25: warning: logical not is only
applied to the left hand side of this comparison [-Wlogical-not-parentheses]

                    if (!getAutomaticRequest("NAMES", parameterList.value(2))
== 1)

Maybe

                    if (getAutomaticRequest("NAMES", parameterList.value(2)) !=
1)

was intended.

Possible duplicate at

BUILD/konversation-1.5/src/viewer/viewcontainer.cpp:267:21: warning: logical
not is only applied to the left hand side of this comparison
[-Wlogical-not-parentheses]

                if (!view->getType() == ChatWindow::Status)

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Konversation-devel mailing list