Hi Szymon, > GCC 8 -Wall -Wextra seem to enable additional checks. Those generates > lots of spourious warnings so disable them (at least for time being). > --- > acinclude.m4 | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/acinclude.m4 b/acinclude.m4 > index bc39c6d73..39a6be44a 100644 > --- a/acinclude.m4 > +++ b/acinclude.m4 > @@ -16,6 +16,9 @@ AC_DEFUN([COMPILER_FLAGS], [ > with_cflags="$with_cflags -Wall -Werror -Wextra" > with_cflags="$with_cflags -Wno-unused-parameter" > with_cflags="$with_cflags -Wno-missing-field-initializers" > + with_cflags="$with_cflags -Wno-format-truncation" > + with_cflags="$with_cflags -Wno-cast-function-type" > + with_cflags="$with_cflags -Wno-stringop-truncation” can you explain these with examples on why we would disable them. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html