From a7449e3cca7f54cb46bc1505204297d06f7e6afc Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sat, 16 Feb 2013 20:17:31 +0000 Subject: Since clang 3.2 now has an option to suppress warnings about implicitly promoted K&R parameters, remove the workarounds added for sendmail components in r228558. MFC after: 1 week --- libexec/mail.local/Makefile | 5 ----- libexec/smrsh/Makefile | 5 ----- 2 files changed, 10 deletions(-) (limited to 'libexec') diff --git a/libexec/mail.local/Makefile b/libexec/mail.local/Makefile index 1487decf6216..3e59609e893e 100644 --- a/libexec/mail.local/Makefile +++ b/libexec/mail.local/Makefile @@ -12,11 +12,6 @@ CFLAGS+=-I${SENDMAIL_DIR}/include -I. WARNS?= 2 WFORMAT=0 -# Unfortunately, clang gives warnings about sendmail code that cannot -# be turned off yet. Since this is contrib code, and we don't really -# care about the warnings, just make them non-fatal for now. -NO_WERROR.clang= - LIBSMDIR= ${.OBJDIR}/../../lib/libsm LIBSM= ${LIBSMDIR}/libsm.a diff --git a/libexec/smrsh/Makefile b/libexec/smrsh/Makefile index 0de820d02279..ae86155d0d00 100644 --- a/libexec/smrsh/Makefile +++ b/libexec/smrsh/Makefile @@ -17,11 +17,6 @@ LDADD= ${LIBSM} WARNS?= 2 -# Unfortunately, clang gives warnings about sendmail code that cannot -# be turned off yet. Since this is contrib code, and we don't really -# care about the warnings, just make them non-fatal for now. -NO_WERROR.clang= - SRCS+= sm_os.h CLEANFILES+=sm_os.h -- cgit v1.3