From c5f4d1cc2f628f7ab48b905896082fcdfedfe889 Mon Sep 17 00:00:00 2001 From: Tobias Burnus Date: Fri, 13 Jun 2008 21:29:22 +0200 Subject: configure.ac (AM_CFLAGS): Remove -Werror again. 2008-06-13 Tobias Burnus * configure.ac (AM_CFLAGS): Remove -Werror again. * configure: Regenerate. From-SVN: r136762 --- libgfortran/configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/configure') diff --git a/libgfortran/configure b/libgfortran/configure index 2a3376e..a973ea2 100755 --- a/libgfortran/configure +++ b/libgfortran/configure @@ -3399,7 +3399,7 @@ if test "x$GCC" = "xyes"; then AM_FCFLAGS="-I . -Wall -Werror -fimplicit-none -fno-repack-arrays -fno-underscoring" ## We like to use C99 routines when available. This makes sure that ## __STDC_VERSION__ is set such that libc includes make them available. - AM_CFLAGS="-std=gnu99 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings" + AM_CFLAGS="-std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wextra -Wwrite-strings" ## Compile the following tests with the same system header contents ## that we'll encounter when compiling our own source files. CFLAGS="-std=gnu99 $CFLAGS" -- cgit v1.1