libdynd: fix build with gcc8
This commit is contained in:
@@ -19,6 +19,9 @@ stdenv.mkDerivation {
|
|||||||
NIX_CFLAGS_COMPILE = [
|
NIX_CFLAGS_COMPILE = [
|
||||||
"-Wno-error=implicit-fallthrough"
|
"-Wno-error=implicit-fallthrough"
|
||||||
"-Wno-error=nonnull"
|
"-Wno-error=nonnull"
|
||||||
|
"-Wno-error=tautological-compare"
|
||||||
|
"-Wno-error=class-memaccess"
|
||||||
|
"-Wno-error=parentheses"
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [ cmake ];
|
buildInputs = [ cmake ];
|
||||||
|
|||||||
Reference in New Issue
Block a user