aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-08-26 14:14:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-08-26 14:14:07 -0700
commit15c1ea9c31e2dd5898f372571f725cab3a1a6879 (patch)
tree1d29cd7316fc218d4d7426bdbdb8b73b7ed913f4
parent4ac2018fd9bb62c07554d2db0366a90d02f7ddf2 (diff)
parent495c0d332e3ad398d9b3ec7fa3f0f4811032bfa1 (diff)
Merge github.com:grpc/grpc into endpoints
-rwxr-xr-xtools/run_tests/build_php.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/run_tests/build_php.sh b/tools/run_tests/build_php.sh
index 2d52a6e33b..1d81779b6a 100755
--- a/tools/run_tests/build_php.sh
+++ b/tools/run_tests/build_php.sh
@@ -37,6 +37,7 @@ cd $(dirname $0)/../..
root=`pwd`
export GRPC_LIB_SUBDIR=libs/$CONFIG
+export CFLAGS="-Wno-parentheses-equality"
# build php
cd src/php