libdynd: fix build with gcc8

This commit is contained in:
Robin Gloster
2019-06-17 07:06:04 +02:00
committed by Franz Pletz
parent 6d4be41ed6
commit 60a8dd81dc
@@ -19,6 +19,9 @@ stdenv.mkDerivation {
NIX_CFLAGS_COMPILE = [
"-Wno-error=implicit-fallthrough"
"-Wno-error=nonnull"
"-Wno-error=tautological-compare"
"-Wno-error=class-memaccess"
"-Wno-error=parentheses"
];
buildInputs = [ cmake ];