summaryrefslogtreecommitdiff
path: root/usr/src/cmd/tic/Makefile.common
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/tic/Makefile.common')
-rw-r--r--usr/src/cmd/tic/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/tic/Makefile.common b/usr/src/cmd/tic/Makefile.common
index 354ef9e8c3..0303635751 100644
--- a/usr/src/cmd/tic/Makefile.common
+++ b/usr/src/cmd/tic/Makefile.common
@@ -45,7 +45,7 @@ LDFLAGS += $(MAPFILES:%=-M%)
CERRWARN += -_gcc=-Wno-char-subscripts
CERRWARN += -_gcc=-Wno-implicit-function-declaration
CERRWARN += -_gcc=-Wno-parentheses
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off