appleseed: fix build with gcc9

This commit is contained in:
Franz Pletz 2019-11-07 01:09:08 +01:00
parent f25479114f
commit e9eb9ebad3
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

@ -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 = [