Python bindings: warnings in generated code causes build failure
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 28 Mar 2023 18:41:15 +0000 (14:41 -0400)
committerMichael Jeanson <mjeanson@efficios.com>
Tue, 28 Mar 2023 18:59:49 +0000 (14:59 -0400)
commit011e18de205a8ce58182e59301aad48513a28c0b
tree3e5591cf208ef28979d4899a2185492f9a3ac6f7
parent4a0509e2ef0e8135739b84ade52797ac1987f73a
Python bindings: warnings in generated code causes build failure

Swig regularily introduces new warnings in the generated code which
makes it difficult to maintain a buildable tree with -Werror. The option
is disabled for this sub-project.

The warnings that appear in the code generated by the current version of
Swig (4.1.0) are also silenced.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I008de07f67b2ce6ebedcf138de5a68c87d869af2
extras/bindings/swig/python/Makefile.am
This page took 0.026535 seconds and 4 git commands to generate.