_7zz: fixup build on darwin

Man, this is ugly.
This commit is contained in:
Vladimír Čunát
2025-10-03 08:30:40 +02:00
parent 8931a9e6bb
commit 7697ff4396

View File

@@ -75,6 +75,10 @@ stdenv.mkDerivation (finalAttrs: {
"-Wno-unsafe-buffer-usage"
"-Wno-cast-function-type-strict"
])
# These three probably started to appear with clang 20 or 21:
"-Wno-c++-keyword"
"-Wno-implicit-void-ptr-cast"
"-Wno-nrvo"
]
);