rubyPackages.grpc: fix build with gcc9
This commit is contained in:
parent
ebe223f816
commit
abec42e8eb
@ -249,6 +249,7 @@ in
|
|||||||
"-Wno-error=class-memaccess"
|
"-Wno-error=class-memaccess"
|
||||||
"-Wno-error=ignored-qualifiers"
|
"-Wno-error=ignored-qualifiers"
|
||||||
"-Wno-error=tautological-compare"
|
"-Wno-error=tautological-compare"
|
||||||
|
"-Wno-error=stringop-truncation"
|
||||||
];
|
];
|
||||||
dontBuild = false;
|
dontBuild = false;
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user