mbedtls: remove obsolete GCC 14 warning flag
This was fixed upstream by <https://github.com/Mbed-TLS/mbedtls/pull/8751>.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user