From e9eb9ebad3849e56201446fcbf9e6fa0105d5dc3 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Thu, 7 Nov 2019 01:09:08 +0100 Subject: [PATCH] appleseed: fix build with gcc9 --- pkgs/tools/graphics/appleseed/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/graphics/appleseed/default.nix b/pkgs/tools/graphics/appleseed/default.nix index d7603c42fca..d45c28528e7 100644 --- a/pkgs/tools/graphics/appleseed/default.nix +++ b/pkgs/tools/graphics/appleseed/default.nix @@ -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 = [