cc9f713d09
xlc on ppc64le complains about incompatible pointer types discards qualifiers. This fix allows 'make check' to pass on ppc64le Power9 for master and v3.1.x. > opal_fifo.c:110:26: warning: assigning to 'opal_list_item_t *' (aka 'struct opal_list_item_t *') from > 'volatile opal_list_item_t *volatile' (aka 'volatile struct opal_list_item_t *volatile') discards qualifiers > [-Wincompatible-pointer-types-discards-qualifiers] > for (count = 0, item = fifo->opal_fifo_head.data.item ; item != &fifo->opal_fifo_ghost ; > ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > 1 warning generated. Signed-off-by: Geoffrey Paulsen <gpaulsen@us.ibm.com> |
||
---|---|---|
.. | ||
asm | ||
carto | ||
class | ||
datatype | ||
dss | ||
event | ||
memchecker | ||
monitoring | ||
mpi | ||
mpool | ||
runtime | ||
support | ||
threads | ||
util | ||
Makefile.am |