1
1

Merge pull request #3137 from hppritcha/topic/swap_rmaps_compiler_warning

rmaps/base: swat compiler warning
Этот коммит содержится в:
Howard Pritchard 2017-03-09 15:06:01 -07:00 коммит произвёл GitHub
родитель 1a95633e40 f8183f71f7
Коммит df8df0d2f3

Просмотреть файл

@ -45,8 +45,8 @@
int orte_rmaps_base_map_job(orte_job_t *jdata)
{
orte_node_t *node;
int rc, i, ppx;
bool did_map, given, pernode;
int rc, i, ppx = 0;
bool did_map, given, pernode = false;
orte_rmaps_base_selected_module_t *mod;
orte_job_t *parent;
orte_vpid_t nprocs;