diff options
| author | Toomas Soome <tsoome@me.com> | 2017-11-05 08:03:53 +0200 |
|---|---|---|
| committer | Dan McDonald <danmcd@joyent.com> | 2017-11-16 10:42:25 -0500 |
| commit | 62a14a75a4b2740af69a083f5ae385596db7ffc8 (patch) | |
| tree | fd05db2e3eecdbced326bfe8f016f6e80b4f4e51 /usr/src/cmd/sendmail | |
| parent | 45d3dd981abb9025d8ac994cf4cc8ce8cb1a9480 (diff) | |
| download | illumos-joyent-62a14a75a4b2740af69a083f5ae385596db7ffc8.tar.gz | |
8763 sendmail: set but not used parameter/variable
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Gary Mills <gary_mills@fastmail.fm>
Approved by: Dan McDonald <danmcd@joyent.com>
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/Makefile.cmd | 2 |
1 files changed, 2 insertions, 0 deletions
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 |
