Commit 30ebe557 authored by Emily's avatar Emily
Browse files

mbedtls: remove obsolete GCC 14 warning flag

This was fixed upstream by
<https://github.com/Mbed-TLS/mbedtls/pull/8751>.
parent 9ff0e609
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -47,10 +47,6 @@ stdenv.mkDerivation rec {
    "-DGEN_FILES=off"
  ];

  env = lib.optionalAttrs (stdenv.cc.isGNU && (lib.versionAtLeast (lib.getVersion stdenv.cc.cc) "14")) {
    NIX_CFLAGS_COMPILE = "-Wno-error=calloc-transposed-args";
  };

  doCheck = true;

  # Parallel checking causes test failures