[PyQt] sipIntInstanceDef for unsigned int (gcc6 problem)

Phil Thompson phil at riverbankcomputing.com
Tue Aug 16 16:00:31 BST 2016


On 15 Aug 2016, at 11:41 pm, Guðjón Guðjónsson <gudjon.i.gudjonsson at gmail.com> wrote:
> 
> Hi list
> 
> I am trying to fix a bug in pyqwt3d in Debian for the gcc5 -> 6 transition and I got this bug
> 
> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812138
> 
> There is this very nice answer from Christian Seiler with the suggestions to 
> either compile the program with -Wno-narrowing or to ask for an unsigned int version
> of the struct sipIntInstanceDef.
> 
> Do you have any suggestion/opinion on this matter?

How are the constants defined in the .sip file?

Phil


More information about the PyQt mailing list