Bug 353491

Summary: PyKDE-3.16.7 bug report
Product: [Developer tools] bindings Reporter: dcb314
Component: pykdeAssignee: kde-bindings
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:

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.