From bf8c54240338eb84fe48eaef7a34d3cb7e954dd5 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 11 Oct 2016 15:32:55 +0200 Subject: resolv: Compile without -Wno-write-strings --- resolv/Makefile | 3 --- 1 file changed, 3 deletions(-) (limited to 'resolv/Makefile') diff --git a/resolv/Makefile b/resolv/Makefile index b8b8620..be20368 100644 --- a/resolv/Makefile +++ b/resolv/Makefile @@ -93,9 +93,6 @@ CPPFLAGS += -Dgethostbyname=res_gethostbyname \ CFLAGS-libresolv += $(stack-protector) CFLAGS-res_hconf.c = -fexceptions -# The BIND code elicits some harmless warnings. -+cflags += -Wno-write-strings - # The DNS NSS modules needs the resolver. $(objpfx)libnss_dns.so: $(objpfx)libresolv.so -- cgit v1.1