Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
KDE:Qt:PyQt
python-qt5-sip
fix-build-gcc14.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File fix-build-gcc14.patch of Package python-qt5-sip
From: Phil Thompson <phil@riverbankcomputing.com> Date: Mon, 4 Dec 2023 11:54:31 +0000 Subject: [PATCH] Removed a warning message (soon to be an error message) in the v12 module. Index: PyQt5_sip-12.13.0/siplib.c =================================================================== --- PyQt5_sip-12.13.0.orig/siplib.c +++ PyQt5_sip-12.13.0/siplib.c @@ -3902,7 +3902,7 @@ static int parsePass1(PyObject **parseEr { case '#': /* A ctor has an argument with the /Transfer/ annotation. */ - *selfp = va_arg(va, PyObject *); + *selfp = (sipSimpleWrapper *)va_arg(va, PyObject *); break; case 'B':
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor