Fix: futex wait: handle spurious futex wakeups
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
index 15dea077dedce8cb3f99b3c57aa5dc4b7132459f..a8fd56d806ed300fc71aff206b51827c3b92d8f7 100644 (file)
@@ -10,6 +10,10 @@ lttng.i: lttng.i.in
 # Disable -Wshadow for that file.
 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.023937 seconds and 4 git commands to generate.