bip: fix build with gcc8

This commit is contained in:
Linus Heckemann 2019-01-11 10:35:36 +01:00 committed by Franz Pletz
parent f6799bc5e1
commit ab354b74c8
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
})
];
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" "-Wno-error=duplicate-decl-specifier" ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=unused-result" "-Wno-error=duplicate-decl-specifier" "-Wno-error=format-truncation" ];
meta = {
description = "An IRC proxy (bouncer)";