zookeeper_mt: fix build with gcc9

This commit is contained in:
Franz Pletz
2019-11-07 02:02:12 +01:00
parent 095f2b9805
commit ef4c3a352b

View File

@@ -7,7 +7,7 @@ stdenv.mkDerivation rec {
setSourceRoot = "export sourceRoot=${zookeeper.name}/src/c";
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-overflow" ];
NIX_CFLAGS_COMPILE = [ "-Wno-error=format-overflow" "-Wno-error=stringop-truncation" ];
buildInputs = [ zookeeper bash ];