summaryrefslogtreecommitdiffstats
path: root/lib/libarchive
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2012-03-23 11:18:07 +0000
committerdim <dim@FreeBSD.org>2012-03-23 11:18:07 +0000
commit9acd4342b35d7b6e64631c825fb54ba3efea712b (patch)
tree90e1fe2a46d26ca84617ea7b37c38848d22c1921 /lib/libarchive
parent1d95b215bb82eff2055dd8e467e48e7b83f2c7de (diff)
downloadFreeBSD-src-9acd4342b35d7b6e64631c825fb54ba3efea712b.zip
FreeBSD-src-9acd4342b35d7b6e64631c825fb54ba3efea712b.tar.gz
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.
Diffstat (limited to 'lib/libarchive')
-rw-r--r--lib/libarchive/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libarchive/Makefile b/lib/libarchive/Makefile
index bbe18d6..018ad32 100644
--- a/lib/libarchive/Makefile
+++ b/lib/libarchive/Makefile
@@ -45,6 +45,7 @@ NO_WCAST_ALIGN= yes
CFLAGS+= -DPPMD_32BIT
.endif
.endif
+NO_WCAST_ALIGN.clang=
.PATH: ${LIBARCHIVEDIR}/libarchive
OpenPOWER on IntegriCloud