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.
This commit is contained in:
Dimitry Andric 2012-03-23 11:18:07 +00:00
parent 7ddc82cc53
commit 6c11edf6e8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233352

View File

@ -45,6 +45,7 @@ NO_WCAST_ALIGN= yes
CFLAGS+= -DPPMD_32BIT
.endif
.endif
NO_WCAST_ALIGN.clang=
.PATH: ${LIBARCHIVEDIR}/libarchive