summaryrefslogtreecommitdiff
path: root/usr/src/lib/libresolv/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/lib/libresolv/Makefile')
-rw-r--r--usr/src/lib/libresolv/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/lib/libresolv/Makefile b/usr/src/lib/libresolv/Makefile
index fe94b16c25..890a36db45 100644
--- a/usr/src/lib/libresolv/Makefile
+++ b/usr/src/lib/libresolv/Makefile
@@ -59,7 +59,7 @@ LDLIBS += -lsocket -lnsl -lc
CFLAGS += $(CCVERBOSE)
CERRWARN += -_gcc=-Wno-parentheses
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off