rubygems.grpc: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-08-26 21:31:26 +02:00
parent b98e4c0516
commit 55022869eb
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -209,6 +209,7 @@ in
"-Wno-error=cast-function-type"
"-Wno-error=class-memaccess"
"-Wno-error=ignored-qualifiers"
"-Wno-error=tautological-compare"
];
dontBuild = false;
postPatch = ''