Bug 353491 - PyKDE-3.16.7 bug report
Summary: PyKDE-3.16.7 bug report
Status: RESOLVED UNMAINTAINED
Alias: None
Product: bindings
Classification: Developer tools
Component: pykde (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: kde-bindings
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-03 14:31 UTC by dcb314
Modified: 2018-11-17 05:30 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description dcb314 2015-10-03 14:31:08 UTC
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
Comment 1 Andrew Crouthamel 2018-11-17 05:30:10 UTC
Hello, unfortunately this bug is being closed as unmaintained, per request of einar77.