1
1
openmpi/ompi/mca/topo/base
Howard Pritchard 10aac8037f mca/topo: suppress picky warning
When configured with --enable-picky

topo_base_lazy_init.c compiles with a warning:

  CC       base/topo_base_lazy_init.lo
base/topo_base_lazy_init.c:46:67: warning: implicit conversion from enumeration type 'enum mca_base_register_flag_t' to different enumeration type 'mca_base_open_flag_t' (aka 'enum mca_base_open_flag_t') [-Wenum-conversion]
        err = mca_base_framework_open (&ompi_topo_base_framework, MCA_BASE_REGISTER_DEFAULT);

This commit fixes this implicit conversion problem.

Signed-off-by: Howard Pritchard <howardp@lanl.gov>
2015-08-05 16:11:04 -06:00
..
base.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
topo_base_cart_coords.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_cart_create.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_cart_get.c more c99 updates 2015-06-25 10:14:13 -06:00
topo_base_cart_map.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_cart_rank.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_cart_shift.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_cart_sub.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_cartdim_get.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_comm_select.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_dist_graph_create_adjacent.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_dist_graph_create.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_dist_graph_neighbors_count.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_dist_graph_neighbors.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_find_available.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_frame.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_graph_create.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_graph_get.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_graph_map.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_graph_neighbors_count.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_graph_neighbors.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_graphdims_get.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
topo_base_lazy_init.c mca/topo: suppress picky warning 2015-08-05 16:11:04 -06:00