svn commit: r233352 - head/lib/libarchive

Dimitry Andric dim at FreeBSD.org
Fri Mar 23 11:18:08 UTC 2012


Author: dim
Date: Fri Mar 23 11:18:07 2012
New Revision: 233352
URL: http://svn.freebsd.org/changeset/base/233352

Log:
  Silence alignment warnings from clang in libarchive's ppmd code (which
  is actually third-party code).  Clang even warns about alignment issues
  on x86, and the warnings are not needed there.

Modified:
  head/lib/libarchive/Makefile

Modified: head/lib/libarchive/Makefile
==============================================================================
--- head/lib/libarchive/Makefile	Fri Mar 23 11:01:04 2012	(r233351)
+++ head/lib/libarchive/Makefile	Fri Mar 23 11:18:07 2012	(r233352)
@@ -45,6 +45,7 @@ NO_WCAST_ALIGN=	yes
 CFLAGS+=	-DPPMD_32BIT
 .endif
 .endif
+NO_WCAST_ALIGN.clang=
 
 .PATH: ${LIBARCHIVEDIR}/libarchive
 


More information about the svn-src-head mailing list