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