appleseed: fix build with gcc9
This commit is contained in:
parent
f25479114f
commit
e9eb9ebad3
@ -33,6 +33,7 @@ in stdenv.mkDerivation rec {
|
||||
"-Wno-error=class-memaccess"
|
||||
"-Wno-error=maybe-uninitialized"
|
||||
"-Wno-error=catch-value"
|
||||
"-Wno-error=stringop-truncation"
|
||||
];
|
||||
|
||||
cmakeFlags = [
|
||||
|
Loading…
Reference in New Issue
Block a user