Clean-up: silence warnings for generated code on RHEL8
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
index 8eea69f32ea637021e0d42f01a12af821dd20aee..a8fd56d806ed300fc71aff206b51827c3b92d8f7 100644 (file)
@@ -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
This page took 0.023942 seconds and 4 git commands to generate.