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
..
2019-02-13 18:28:53 +00:00
2017-11-18 14:26:50 +00:00
2017-11-07 09:57:26 +00:00
2019-02-04 21:16:15 +00:00
2016-06-04 20:20:14 +00:00
2019-01-30 16:28:27 +00:00
2017-10-31 00:07:04 +00:00
2018-08-17 18:34:07 +00:00