Unverified Commit 7697ff43 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

_7zz: fixup build on darwin

Man, this is ugly.
parent 8931a9e6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"
    ]
  );