summaryrefslogtreecommitdiff
path: root/usr/src/stand/lib/tcp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/stand/lib/tcp/Makefile')
-rw-r--r--usr/src/stand/lib/tcp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/stand/lib/tcp/Makefile b/usr/src/stand/lib/tcp/Makefile
index 6ea216557f..30ad308f52 100644
--- a/usr/src/stand/lib/tcp/Makefile
+++ b/usr/src/stand/lib/tcp/Makefile
@@ -34,6 +34,6 @@ LDLIBS += -linet
CPPFLAGS += -I../inet $(SOCKCPPFLAGS)
CERRWARN += -_gcc=-Wno-unused-label
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
include ../Makefile.targ