Merge #36764: bip: fixup build with gcc7
This commit is contained in:
commit
8eca63588d
|
@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
NIX_CFLAGS_COMPILE = "-Wno-error=unused-result";
|
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" "-Wno-error=duplicate-decl-specifier" ];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An IRC proxy (bouncer)";
|
description = "An IRC proxy (bouncer)";
|
||||||
|
|
Loading…
Reference in New Issue