summaryrefslogtreecommitdiff
path: root/usr/src/cmd/passmgmt/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/passmgmt/Makefile')
-rw-r--r--usr/src/cmd/passmgmt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/passmgmt/Makefile b/usr/src/cmd/passmgmt/Makefile
index 2ce3ab254f..21fd15a65f 100644
--- a/usr/src/cmd/passmgmt/Makefile
+++ b/usr/src/cmd/passmgmt/Makefile
@@ -41,7 +41,7 @@ $(ROOTFILE):= FILEMODE= $(LIBFILEMODE)
LDLIBS += -lsecdb -lnsl
CERRWARN += -_gcc=-Wno-type-limits
CERRWARN += -_gcc=-Wno-implicit-function-declaration
-CERRWARN += -_gcc=-Wno-uninitialized
+CERRWARN += $(CNOWARN_UNINIT)
# not linted
SMATCH=off