Skip to content

Commit af4768d

Browse files
authored
Merge pull request #81 from ffontaine/master
configure.ac: drop -Werror
2 parents 8940f34 + bb47bfc commit af4768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ AC_C_BIGENDIAN
366366

367367
# These options are GNU compiler specific.
368368
if test "x$GCC" = "xyes"; then
369-
CPPFLAGS="-pedantic -Werror -Wall -Wc++-compat ${CPPFLAGS}"
369+
CPPFLAGS="-pedantic -Wall -Wc++-compat ${CPPFLAGS}"
370370
fi
371371

372372
AM_CONDITIONAL(ENABLE_SHARED, test "x$enable_shared" = "xyes")

0 commit comments

Comments
 (0)