svn commit: r304961 - projects/clang390-import/cddl/lib/libnvpair

Dimitry Andric dim at FreeBSD.org
Sun Aug 28 19:32:16 UTC 2016


Author: dim
Date: Sun Aug 28 19:32:14 2016
New Revision: 304961
URL: https://svnweb.freebsd.org/changeset/base/304961

Log:
  Revert r304547 now there is no more need for it.

Modified:
  projects/clang390-import/cddl/lib/libnvpair/Makefile

Modified: projects/clang390-import/cddl/lib/libnvpair/Makefile
==============================================================================
--- projects/clang390-import/cddl/lib/libnvpair/Makefile	Sun Aug 28 19:28:00 2016	(r304960)
+++ projects/clang390-import/cddl/lib/libnvpair/Makefile	Sun Aug 28 19:32:14 2016	(r304961)
@@ -31,7 +31,4 @@ CFLAGS+= -I${.CURDIR}/../../../cddl/comp
 #    ARENDER(pctl, nvlist_array, nvl, name, val, nelem);
 #
 CFLAGS+= -Wno-format-security
-# For now, don't error out on warnings about undefined behavior calling
-# va_start() on the 'which' parameter of nvlist_prtctl_dofmt().
-CWARNFLAGS.clang+= -Wno-error-varargs
 .include <bsd.lib.mk>


More information about the svn-src-projects mailing list