summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-07-03 14:15:26 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-07-03 14:15:26 +0200
commitef6c17f7bd2a38b9988d3e36dc50a8c993b46cc2 (patch)
treef2ef1e03b54828c46742f6c1abb602c6643c4208 /src
parentfixed win build scripts (diff)
weakend -Werror a little
Diffstat (limited to 'src')
-rwxr-xr-xsrc/configure2
1 files changed, 1 insertions, 1 deletions
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