freebsd-dev/lib/libthr/arch
Leandro Lupori 9031358d67 silence cast-align warnings from clang on powerpc64
silence the following warning when compiling libthr with clang 8
for powerpc64 architecture:

usr/src/lib/libthr/arch/powerpc/include/pthread_md.h:82:10: error:
cast from 'uint8_t *' (aka 'unsigned char *') to 'struct tcb *'
increases required alignment from 1 to 8 [-Werror,-Wcast-align]
82:  return ((struct tcb *)(_tp - TP_OFFSET));

Submitted by:	alfredo.junior_eldorado.org.br
Reviewed by:	git_bdragon.rtk0.net, emaste, kib, jhibbits, luporl
Differential Revision:	https://reviews.freebsd.org/D18807
2019-02-13 18:28:53 +00:00
..
aarch64 libthr: fix warnings at WARNS=6 2017-05-26 15:56:28 +00:00
amd64 lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
arm/include lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
i386 lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
mips/include lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00
powerpc/include silence cast-align warnings from clang on powerpc64 2019-02-13 18:28:53 +00:00
riscv libthr: fix warnings at WARNS=6 2017-05-26 15:56:28 +00:00
sparc64 lib: further adoption of SPDX licensing ID tags. 2017-11-26 02:00:33 +00:00