libdynd: fix build with gcc8
This commit is contained in:
parent
6d4be41ed6
commit
60a8dd81dc
@ -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 ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user