Prepare for '-Wmissing-field-initializers'
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
index 15dea077dedce8cb3f99b3c57aa5dc4b7132459f..8eea69f32ea637021e0d42f01a12af821dd20aee 100644 (file)
@@ -10,6 +10,8 @@ lttng.i: lttng.i.in
 # Disable -Wshadow for that file.
 AM_CFLAGS += -Wno-shadow
 
+AM_CFLAGS += -Wno-missing-field-initializers
+
 AM_CPPFLAGS += $(PYTHON_INCLUDE)
 
 EXTRA_DIST = lttng.i.in
This page took 0.025294 seconds and 4 git commands to generate.