libdynd: fix build with gcc8

This commit is contained in:
Robin Gloster 2019-01-11 07:59:59 +01:00 committed by Franz Pletz
parent 6d4be41ed6
commit 60a8dd81dc
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -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 ];