From 06926a4294dd5982683aa9c1918e8323632bd27f Mon Sep 17 00:00:00 2001 From: Thomas Bereknyei Date: Tue, 30 Mar 2021 22:02:23 -0400 Subject: asc: relax error --- pkgs/games/asc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/games/asc') diff --git a/pkgs/games/asc/default.nix b/pkgs/games/asc/default.nix index 9e9f188bf1b05..778f5224d2d8c 100644 --- a/pkgs/games/asc/default.nix +++ b/pkgs/games/asc/default.nix @@ -12,7 +12,7 @@ stdenv.mkDerivation rec { configureFlags = [ "--disable-paragui" "--disable-paraguitest" ]; - NIX_CFLAGS_COMPILE = "-fpermissive"; # I'm too lazy to catch all gcc47-related problems + NIX_CFLAGS_COMPILE = "-fpermissive -Wno-error=narrowing"; # I'm too lazy to catch all gcc47-related problems hardeningDisable = [ "format" ]; buildInputs = [ -- cgit 1.4.1