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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to