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

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 = ''