grpc: disable werror for unknown warning option

This seems silly to do an error for. It breaks clang builds.
This commit is contained in:
Matthew Bauer 2018-11-02 21:17:13 -05:00
parent 3085f5fcb8
commit e9db1e2917

View File

@ -26,6 +26,8 @@ stdenv.mkDerivation rec {
rm -vf BUILD
'';
NIX_CFLAGS_COMPILE = "-Wno-error=unknown-warning-option";
enableParallelBuilds = true;
meta = with stdenv.lib; {