From d0532654b02850d103730726f9e20147c3c7d292 Mon Sep 17 00:00:00 2001
From: Stanley Cheung <stanleycheung@google.com>
Date: Wed, 26 Aug 2015 14:02:33 -0700
Subject: [PATCH] php: fix build failure on mac

---
 tools/run_tests/build_php.sh | 1 +
 1 file changed, 1 insertion(+)

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
-- 
GitLab