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> |
||
---|---|---|
.. | ||
Makefile.am | ||
ompi_rb_tree.c | ||
opal_bitmap.c | ||
opal_fifo.c | ||
opal_hash_table.c | ||
opal_lifo.c | ||
opal_list.c | ||
opal_pointer_array.c | ||
opal_proc_table.c | ||
opal_tree.c | ||
opal_value_array.c |