[kde] [Bug 353491] New: PyKDE-3.16.7 bug report

dcb314 at hotmail.com dcb314 at hotmail.com
Sat Oct 3 15:31:08 BST 2015


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

            Bug ID: 353491
           Summary: PyKDE-3.16.7 bug report
           Product: kde
           Version: unspecified
          Platform: Other
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
          Assignee: unassigned-bugs at kde.org
          Reporter: dcb314 at hotmail.com

sip/kparts/browserextension.sip:480:51: warning: ordered comparison of pointer
with integer zero [-Wextra]
>
> || ((binst = PyInt_FromLong (bcpp)) < 0)
>
> but
>
> PyObject *binst = NULL;
>
> Suggest new code
>
> || ((binst = PyInt_FromLong (bcpp)) != 0)

Reproducible: Always

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list