We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092ce68 commit cd399b9Copy full SHA for cd399b9
1 file changed
build-on.sh
@@ -95,7 +95,7 @@ mkdir build
95
cd build
96
97
# Configure.
98
-CPPFLAGS="$CPPFLAGS -DCONTINUE_AFTER_ASSERT -Wshadow=local" \
+CPPFLAGS="$CPPFLAGS -DCONTINUE_AFTER_ASSERT" \
99
FORCE_UNSAFE_CONFIGURE=1 ../configure --config-cache --with-included-libunistring $configure_options > log1 2>&1; rc=$?; cat log1; test $rc = 0 || exit 1
100
101
# Build.
0 commit comments