Skip to content

Conversation

@hppritcha
Copy link
Member

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.

@jsquyres

Signed-off-by: Howard Pritchard howardp@lanl.gov

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>
@jsquyres
Copy link
Member

jsquyres commented Aug 8, 2015

👍

jsquyres added a commit that referenced this pull request Aug 8, 2015
@jsquyres jsquyres merged commit bd5bf4a into open-mpi:master Aug 8, 2015
jsquyres pushed a commit to jsquyres/ompi that referenced this pull request Sep 19, 2016
Add the ability to empty the rgpusm cache when full if the user requests it
@hppritcha hppritcha deleted the topic/suppress_picky_warning branch May 2, 2018 02:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants