File no-werror.patch of Package bomberclone
Fix compilation with gcc7 on 15.6 diff --git a/configure.in b/configure.in index 8ee3cad..e8eb6de 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,7 @@ if test x$enable_werror = xno ; then CFLAGS="$CFLAGS -Wall" AC_MSG_WARN(Disable Warning as Error Treatment) else - CFLAGS="$CFLAGS -Wall -Werror" + CFLAGS="$CFLAGS -Wall" fi