treewide: disable -Werror for llvm 7
Some of these have errors on newest llvm. It’s easiest to just add -Wno-error in these cases.
This commit is contained in:
@@ -17,6 +17,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
installFlags = "PREFIX=$(out)";
|
||||
|
||||
NIX_CFLAGS_COMPILE = "-Wno-error=reserved-user-defined-literal";
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://compression.ca/pbzip2/;
|
||||
description = "A parallel implementation of bzip2 for multi-core machines";
|
||||
|
||||
Reference in New Issue
Block a user