Skip to content

Commit cd399b9

Browse files
committed
testdir39: try 2.
1 parent 092ce68 commit cd399b9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build-on.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ mkdir build
9595
cd build
9696

9797
# Configure.
98-
CPPFLAGS="$CPPFLAGS -DCONTINUE_AFTER_ASSERT -Wshadow=local" \
98+
CPPFLAGS="$CPPFLAGS -DCONTINUE_AFTER_ASSERT" \
9999
FORCE_UNSAFE_CONFIGURE=1 ../configure --config-cache --with-included-libunistring $configure_options > log1 2>&1; rc=$?; cat log1; test $rc = 0 || exit 1
100100

101101
# Build.

0 commit comments

Comments
 (0)