mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=233352
@ -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