From 62a14a75a4b2740af69a083f5ae385596db7ffc8 Mon Sep 17 00:00:00 2001 From: Toomas Soome Date: Sun, 5 Nov 2017 08:03:53 +0200 Subject: [PATCH] 8763 sendmail: set but not used parameter/variable Reviewed by: Robert Mustacchi Reviewed by: Gary Mills Approved by: Dan McDonald --- usr/src/cmd/sendmail/Makefile.cmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/usr/src/cmd/sendmail/Makefile.cmd b/usr/src/cmd/sendmail/Makefile.cmd index 52cd520885..a90a1502ac 100644 --- a/usr/src/cmd/sendmail/Makefile.cmd +++ b/usr/src/cmd/sendmail/Makefile.cmd @@ -32,6 +32,8 @@ CERRWARN += -_gcc=-Wno-uninitialized CERRWARN += -_gcc=-Wno-implicit-function-declaration CERRWARN += -_gcc=-Wno-empty-body CERRWARN += -_gcc=-Wno-unused-variable +CERRWARN += -_gcc=-Wno-unused-but-set-parameter +CERRWARN += -_gcc=-Wno-unused-but-set-variable DBMDEF= -DNDBM -DNEWDB -DNIS -DUSERDB -DMAP_REGEX -DLDAPMAP ROOTLIBSMTPSM = $(ROOTLIB)/smtp/sendmail -- 2.11.4.GIT