rubyPackages.grpc: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-05 09:26:09 +01:00
parent ebe223f816
commit abec42e8eb
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -249,6 +249,7 @@ in
"-Wno-error=class-memaccess"
"-Wno-error=ignored-qualifiers"
"-Wno-error=tautological-compare"
"-Wno-error=stringop-truncation"
];
dontBuild = false;
postPatch = ''