Merge pull request #253740 from reckenrode/_7zz-fix
This commit is contained in:
commit
8988d5804b
@ -69,6 +69,16 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
] ++ lib.optionals stdenv.hostPlatform.isMinGW [
|
||||
"-Wno-conversion"
|
||||
"-Wno-unused-macros"
|
||||
] ++ lib.optionals stdenv.cc.isClang [
|
||||
"-Wno-declaration-after-statement"
|
||||
(lib.optionals (lib.versionAtLeast (lib.getVersion stdenv.cc.cc) "13") [
|
||||
"-Wno-reserved-identifier"
|
||||
"-Wno-unused-but-set-variable"
|
||||
])
|
||||
(lib.optionals (lib.versionAtLeast (lib.getVersion stdenv.cc.cc) "16") [
|
||||
"-Wno-unsafe-buffer-usage"
|
||||
"-Wno-cast-function-type-strict"
|
||||
])
|
||||
]);
|
||||
|
||||
inherit makefile;
|
||||
|
Loading…
Reference in New Issue
Block a user