dhcp: fix build with gcc10

This commit is contained in:
luc65r 2020-06-08 14:21:49 +02:00 committed by Frederik Rietdijk
parent 2fba99c47c
commit 5a25e3e7e9

View file

@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
"-Wno-error=format-truncation"
"-Wno-error=stringop-truncation"
"-Wno-error=format-overflow"
"-Wno-error=stringop-overflow=8"
];
installFlags = [ "DESTDIR=\${out}" ];