Skip to content

Commit bd5bf4a

Browse files
committed
Merge pull request #781 from hppritcha/topic/suppress_picky_warning
mca/topo: suppress picky warning
2 parents d719497 + 10aac80 commit bd5bf4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ompi/mca/topo/base/topo_base_lazy_init.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ int mca_topo_base_lazy_init(void)
4343
* Register and open all available components, giving them a chance to access the MCA parameters.
4444
*/
4545

46-
err = mca_base_framework_open (&ompi_topo_base_framework, MCA_BASE_REGISTER_DEFAULT);
46+
err = mca_base_framework_open (&ompi_topo_base_framework, MCA_BASE_OPEN_DEFAULT);
4747
if (OMPI_SUCCESS != err) {
4848
return err;
4949
}

0 commit comments

Comments
 (0)