From c19ac081a36f6c6906ce8651b26fa46f0db5193a Mon Sep 17 00:00:00 2001 From: dim 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 --- lib/libsm/Makefile | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lib/libsm') diff --git a/lib/libsm/Makefile b/lib/libsm/Makefile index f2f19fb..ce590d7 100644 --- a/lib/libsm/Makefile +++ b/lib/libsm/Makefile @@ -18,11 +18,6 @@ CFLAGS+=${SENDMAIL_CFLAGS} 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= - LIB= sm SRCS+= sm_os.h -- cgit v1.1