We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb2c741 commit 8b6dc21Copy full SHA for 8b6dc21
pkgs/by-name/mp/mp3blaster/package.nix
@@ -40,6 +40,7 @@ stdenv.mkDerivation rec {
40
]
41
++ lib.optionals stdenv.cc.isClang [
42
"-Wno-reserved-user-defined-literal"
43
+ "-Wno-register"
44
45
);
46
0 commit comments