From: Michael Jeanson Date: Wed, 16 Mar 2022 14:46:33 +0000 (-0400) Subject: Clean-up: silence warnings for generated code on RHEL8 X-Git-Url: https://git.liburcu.org/?p=lttng-tools.git;a=commitdiff_plain;h=67ce756361aa64f41deac3705e0dd861f7e89a02 Clean-up: silence warnings for generated code on RHEL8 lttng_wrap.lo -MD -MP -MF .deps/lttng_wrap.Tpo -c lttng_wrap.c -fPIC -DPIC -o .libs/lttng_wrap.o lttng_wrap.c:1824:23: warning: cast between incompatible function types from ‘PyObject * (*)(PyObject *)’ {aka ‘struct _object * (*)(struct _object *)’} to ‘PyObject * (*)(PyObject *, PyObject *)’ {aka ‘struct _object * (*)(struct _object *, struct _object *)’} [-Wcast-function-type] {(char *)"disown", (PyCFunction)SwigPyObject_disown, METH_NOARGS, (char *)"releases ownership of the pointer"}, ^ Change-Id: I9258a58317814fdc94c8ce3c76e615b73aaf4199 Signed-off-by: Michael Jeanson Signed-off-by: Jérémie Galarneau --- diff --git a/extras/bindings/swig/python/Makefile.am b/extras/bindings/swig/python/Makefile.am index 8eea69f32..a8fd56d80 100644 --- a/extras/bindings/swig/python/Makefile.am +++ b/extras/bindings/swig/python/Makefile.am @@ -12,6 +12,8 @@ AM_CFLAGS += -Wno-shadow AM_CFLAGS += -Wno-missing-field-initializers +AM_CFLAGS += -Wno-cast-function-type + AM_CPPFLAGS += $(PYTHON_INCLUDE) EXTRA_DIST = lttng.i.in