dhcp: fix build with gcc10

This commit is contained in:
luc65r
2020-12-28 08:43:31 +01:00
committed by Frederik Rietdijk
parent 2fba99c47c
commit 5a25e3e7e9
+1
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}" ];