X-Git-Url: https://ruderich.org/simon/gitweb/?p=tlsproxy%2Ftlsproxy.git;a=blobdiff_plain;f=configure.ac;h=2e7e6387183291968815b3bc20b89ac1ed7d32be;hp=24f2c1fd3e1d1bfb037a12226f5e5e731a683b54;hb=0b5970846cc1bfd98c770b6f77addb912ad196d4;hpb=1af69c9609af41165498e7a1bfda3f32744f12fe diff --git a/configure.ac b/configure.ac index 24f2c1f..2e7e638 100644 --- a/configure.ac +++ b/configure.ac @@ -34,7 +34,7 @@ CFLAGS="$PTHREAD_CFLAGS $CFLAGS" CC="$PTHREAD_CC" if test "x$GCC" = xyes; then - CFLAGS="-std=c89 -pedantic -Wall -Wextra -Werror $CFLAGS" + CFLAGS="-std=c89 -pedantic -Wall -Wextra $CFLAGS" CFLAGS="-Wno-error=int-to-pointer-cast $CFLAGS" CPPFLAGS="-D_XOPEN_SOURCE=600 $CPPFLAGS" # Additional hardening flags.