-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/68114/
-----------------------------------------------------------
Review request for mesos and Benjamin Bannier.
Bugs: MESOS-8395
https://issues.apache.org/jira/browse/MESOS-8395
Repository: mesos
Description
-------
When compiling gRPC with Clang, there are some array-out-of-bound
warnings due to the use of GLIBC's `__strcmp_cg` macro in the c-ares
library. With `-Werror` on, these warnings would stop gRPC from
compiling. This patch ignores such errors.
Diffs
-----
3rdparty/Makefile.am 26e5d55561731ff03639df31562bb835d9687339
Diff: https://reviews.apache.org/r/68114/diff/1/
Testing
-------
`sudo make check` with clang on ubuntu 16.04, which triggers the warnings.
Thanks,
Chun-Hung Hsiao