summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tip/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/tip/Makefile')
-rw-r--r--usr/src/cmd/tip/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/tip/Makefile b/usr/src/cmd/tip/Makefile
index f64b4e301c..de0e20742e 100644
--- a/usr/src/cmd/tip/Makefile
+++ b/usr/src/cmd/tip/Makefile
@@ -62,7 +62,7 @@ LINTFLAGS += -u
CPPFLAGS += -DDEFBR=300 -DDEFFS=BUFSIZ -DACULOG -DUSG
CERRWARN += -_gcc=-Wno-parentheses
CERRWARN += -_gcc=-Wno-clobbered
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
CONFIG= -DV831 -DVENTEL -DV3451 -DDF02 -DDF03 -DBIZ1031 -DBIZ1022 -DHAYES
ACULIB= aculib/aculib.a
LDLIBS= $(ACULIB) $(LDLIBS.cmd)