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
Hello, unfortunately this bug is being closed as unmaintained, per request of einar77.