dhcp: fixup build with gcc-7 (ignore warning)

Upgrade to latest release wouldn't solve this one,
and it would conflict with both of our patches,
so I decided not to spend much time on this for now.

+2
+2
pkgs/tools/networking/dhcp/default.nix
··· 37 37 "--localstatedir=/var" 38 38 ] ++ stdenv.lib.optionals (openldap != null) [ "--with-ldap" "--with-ldapcrypto" ]; 39 39 40 + NIX_CFLAGS_COMPILE = [ "-Wno-error=pointer-compare" ]; 41 + 40 42 installFlags = [ "DESTDIR=\${out}" ]; 41 43 42 44 postInstall =