cpp-gsl: treat sign-conversion as warning (#36630)
This commit is contained in:
parent
62ca2316a4
commit
77e2f28b45
@ -12,6 +12,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "0h8py468bvxnydkjs352d7a9s8hk0ihc7msjkcnzj2d7nzp5nsc1";
|
sha256 = "0h8py468bvxnydkjs352d7a9s8hk0ihc7msjkcnzj2d7nzp5nsc1";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
NIX_CFLAGS_COMPILE = "-Wno-error=sign-conversion";
|
||||||
nativeBuildInputs = [ cmake catch ];
|
nativeBuildInputs = [ cmake catch ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user