fix: explicitly disable '-Wsuggest-attribute=format'
[babeltrace.git] / configure.ac
index c5a5d70478db84a096739ec583dadbd42c77733e..bae98c5e926e4392c5761130f2678b9ac3185823 100644 (file)
@@ -726,6 +726,7 @@ AX_COMPILER_FLAGS(
                dnl
                dnl Ref: https://github.com/swig/swig/issues/1259
                -Wno-cast-function-type dnl
+               -Wno-suggest-attribute=format dnl
        ])
 
 # CFLAGS from AX_COMPILER_FLAGS.
This page took 0.022844 seconds and 4 git commands to generate.