From 304bc557af6b1a16055ba9b2857edb6ac335d1b1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?= Date: Sun, 9 Feb 2020 14:18:55 +0000 Subject: [PATCH] maint: avoid syntax-check failure in previous commit * configure.ac: Restrict lines to 80 chars. --- configure.ac | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 5fdb7e5898..e123e981a6 100644 --- a/configure.ac +++ b/configure.ac @@ -204,7 +204,8 @@ if test "$gl_gcc_warnings" = yes; then nw="$nw -Wdouble-promotion" # FIXME: remove this line when gcc improves - gl_WARN_ADD([-Wno-return-local-addr]) # FP in careadlinkat.c w/gcc 10.0.1 20200205 + # FP in careadlinkat.c w/gcc 10.0.1 20200205 + gl_WARN_ADD([-Wno-return-local-addr]) gl_MANYWARN_COMPLEMENT([GNULIB_WARN_CFLAGS], [$WARN_CFLAGS], [$nw]) AC_SUBST([GNULIB_WARN_CFLAGS]) -- 2.47.2