From 9acd4342b35d7b6e64631c825fb54ba3efea712b Mon Sep 17 00:00:00 2001 From: dim Date: Fri, 23 Mar 2012 11:18:07 +0000 Subject: 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. --- lib/libarchive/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/libarchive') 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 -- cgit v1.1