Skip to content

Commit

Permalink
cpp-gsl: treat sign-conversion as warning (#36630)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriaisaka authored and fpletz committed Mar 12, 2018
1 parent 62ca231 commit 77e2f28
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgs/development/libraries/cpp-gsl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "0h8py468bvxnydkjs352d7a9s8hk0ihc7msjkcnzj2d7nzp5nsc1";
};

NIX_CFLAGS_COMPILE = "-Wno-error=sign-conversion";
nativeBuildInputs = [ cmake catch ];

meta = with stdenv.lib; {
Expand Down

0 comments on commit 77e2f28

Please sign in to comment.