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:
parent
7ddc82cc53
commit
6c11edf6e8
@ -45,6 +45,7 @@ NO_WCAST_ALIGN= yes
|
||||
CFLAGS+= -DPPMD_32BIT
|
||||
.endif
|
||||
.endif
|
||||
NO_WCAST_ALIGN.clang=
|
||||
|
||||
.PATH: ${LIBARCHIVEDIR}/libarchive
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user