Date: Fri, 23 Mar 2012 11:18:08 +0000 (UTC) From: Dimitry Andric <dim@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r233352 - head/lib/libarchive Message-ID: <201203231118.q2NBI8jJ071828@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201203231118.q2NBI8jJ071828>