Python bindings: silence warnings in generated code
[lttng-tools.git] / extras / bindings / swig / python / Makefile.am
index 29914e5cd5404e131393e310efaf8efe9ed53d97..5d9bcc127ebded1dee0ee7a92069dfda03242fa3 100644 (file)
@@ -11,6 +11,7 @@ lttng.i: lttng.i.in
 AM_CFLAGS += \
        -Wno-cast-function-type \
        -Wno-missing-field-initializers \
+       -Wno-null-dereference \
        -Wno-redundant-decls \
        -Wno-shadow \
        -Wno-unused-parameter
This page took 0.034193 seconds and 4 git commands to generate.