[prev in list] [next in list] [prev in thread] [next in thread] 

List:       pykde
Subject:    sip-build: Warnings with Wextra and clang
From:       Martyn Gigg - STFC UKRI <martyn.gigg () stfc ! ac ! uk>
Date:       2022-08-10 17:41:08
Message-ID: LO2P265MB1695CD5C96BA655F16E64C28D9659 () LO2P265MB1695 ! GBRP265 ! PROD ! OUTLOOK ! COM
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Hi,

I’m using sip to generate some Python bindings to PyQt. Our build environment adds \
-Wextra to the compiler flags and this seems to generate warnings about missing field \
initializers when compiled with clang.

I have managed to reproduce this using the basic example at \
https://www.riverbankcomputing.com/static/Docs/sip/examples.html#a-standalone-project, \
adding

[tool.sip.bindings.fib]
extra-compile-args = ["-Wextra"]

to the pyproject.toml. Building this with `sip-build` on macOS with clang-13 produces \
the following warnings:

These bindings will be built: fib.
Generating the fib bindings...
Compiling the 'fib' module...
sip_core.c:182:9: warning: missing field 'am_send' initializer \
[-Wmissing-field-initializers]  },
        ^
sip_core.c:258:1: warning: missing field 'wt_reserved' initializer \
[-Wmissing-field-initializers] };
^
sip_core.c:9629:9: warning: missing field 'am_send' initializer \
[-Wmissing-field-initializers]  },
        ^
sip_core.c:9705:1: warning: missing field 'wt_reserved' initializer \
[-Wmissing-field-initializers] };
^
4 warnings generated.
sipfibcmodule.c:19:39: warning: unused parameter 'sipSelf' [-Wunused-parameter]
static PyObject *func_fib_n(PyObject *sipSelf,PyObject *sipArgs)
                                      ^
/Users/dmn58364/Code/git/martyngigg/sip-missing-field-error/build/fib/sipfibcmodule.c:84:1: \
warning: missing field 'em_exception_handler' initializer \
[-Wmissing-field-initializers] };
^
2 warnings generated.
The project has been built.

I can disable the warnings in my code but could there be an underlying issue here?

Many thanks,

Martyn

This email and any attachments are intended solely for the use of the named \
recipients. If you are not the intended recipient you must not use, disclose, copy or \
distribute this email or any of its attachments and should notify the sender \
immediately and delete this email from your system. UK Research and Innovation (UKRI) \
has taken every reasonable precaution to minimise risk of this email or any \
attachments containing viruses or malware but the recipient should carry out its own \
virus and malware checks before opening the attachments. UKRI does not accept any \
liability for any losses or damages which the recipient may sustain due to presence \
of any viruses.


[Attachment #5 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"> <head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered medium)">
<style><!--
/* Font Definitions */
@font-face
	{font-family:"Cambria Math";
	panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	font-size:12.0pt;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:#0563C1;
	text-decoration:underline;}
span.EmailStyle17
	{mso-style-type:personal-compose;
	font-family:"Calibri",sans-serif;
	color:windowtext;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-size:12.0pt;
	font-family:"Calibri",sans-serif;
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
	{page:WordSection1;}
--></style>
</head>
<body lang="EN-GB" link="#0563C1" vlink="#954F72" style="word-wrap:break-word">
<div class="WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt">Hi,<o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt">I’m using sip to generate some \
Python bindings to PyQt. Our build environment adds -Wextra to the compiler flags and \
this seems to generate warnings about missing field initializers when compiled with \
clang.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt">I have managed to reproduce this using the basic example at \
<a href="https://www.riverbankcomputing.com/static/Docs/sip/examples.html#a-standalone-project">
 https://www.riverbankcomputing.com/static/Docs/sip/examples.html#a-standalone-project</a>, \
adding<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">[tool.sip.bindings.fib]<o:p></o:p></span></p>
 <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">extra-compile-args = \
[&quot;-Wextra&quot;]<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt">to the pyproject.toml. Building this with `sip-build` on \
macOS with clang-13 produces the following warnings:<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt;font-family:Consolas">These bindings \
will be built: fib.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">Generating the fib \
bindings...<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">Compiling the 'fib' \
module...<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">sip_core.c:182:9: warning: missing \
field 'am_send' initializer [-Wmissing-field-initializers]<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
},<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
^<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">sip_core.c:258:1: warning: missing \
field 'wt_reserved' initializer [-Wmissing-field-initializers]<o:p></o:p></span></p> \
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">};<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">^<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">sip_core.c:9629:9: warning: missing \
field 'am_send' initializer [-Wmissing-field-initializers]<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
},<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
^<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">sip_core.c:9705:1: warning: missing \
field 'wt_reserved' initializer [-Wmissing-field-initializers]<o:p></o:p></span></p> \
<p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">};<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">^<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt;font-family:Consolas">4 warnings \
generated.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">sipfibcmodule.c:19:39: warning: unused \
parameter 'sipSelf' [-Wunused-parameter]<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt;font-family:Consolas">static PyObject \
*func_fib_n(PyObject *sipSelf,PyObject *sipArgs)<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbs \
p;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; \
^<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">/Users/dmn58364/Code/git/martyngigg/sip-missing-field-error/build/fib/sipfibcmodule.c:84:1: \
warning: missing field 'em_exception_handler' initializer \
[-Wmissing-field-initializers]<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">};<o:p></o:p></span></p> <p \
class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">^<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt;font-family:Consolas">2 warnings \
generated.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt;font-family:Consolas">The project has been \
built.<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt">I can disable the warnings in my code but could there be an \
underlying issue here?<o:p></o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p class="MsoNormal"><span \
style="font-size:11.0pt">Many thanks,<o:p></o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt"><o:p>&nbsp;</o:p></span></p> <p \
class="MsoNormal"><span style="font-size:11.0pt">Martyn<o:p></o:p></span></p> </div>
<p><span style="font-size: 6pt;">This email and any attachments are intended solely \
for the use of the named recipients. If you are not the intended recipient you must \
not use, disclose, copy or distribute this email or any of its attachments and should \
notify the sender immediately and delete this email from your system. UK Research and \
Innovation (UKRI) has taken every reasonable precaution to minimise risk of this \
email or any attachments containing viruses or malware but the recipient should carry \
out its own virus and malware checks before opening the attachments. UKRI does not \
accept any liability for any losses or damages which the recipient may sustain due to \
presence of any viruses.&nbsp;</span></p></body> </html>


["image001[99].png" (image/png)]

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic