diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rwxr-xr-x | src/configure | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -3,9 +3,11 @@ vendor contrib/boost-w32 contrib/openssl-w32 contrib/anytun-w32 +contrib/anytun-*-w32.zip contrib/boost-w64 contrib/openssl-w64 contrib/anytun-w64 +contrib/anytun-*-w64.zip doc/anytun.8.xml doc/anyrtpproxy.8.xml doc/anytun-config.8.xml diff --git a/src/configure b/src/configure index fb2fcae..3b6e57d 100755 --- a/src/configure +++ b/src/configure @@ -206,7 +206,7 @@ if [ -n "$ERRORS" ] && [ $EBUILD_COMPAT -ne 1 ]; then fi if [ $USE_CLANG -eq 0 ]; then - CXXFLAGS='-g -Wall -Werror -O2' + CXXFLAGS='-g -Wall -Werror -Wno-error=unused-variable -O2' LDFLAGS='-g -Wall -Werror -O2' COMPILER='g++' else |