Shut coverity up
Этот коммит содержится в:
родитель
c1282d5b99
Коммит
852fbca020
@ -107,13 +107,13 @@ void orte_notifier_base_report(int sd, short args, void *cbdata)
|
|||||||
|
|
||||||
/* need to process the notification string to get the names of the modules */
|
/* need to process the notification string to get the names of the modules */
|
||||||
return;
|
return;
|
||||||
|
#if 0
|
||||||
OPAL_LIST_FOREACH(imod, &orte_notifier_base.modules, orte_notifier_active_module_t) {
|
OPAL_LIST_FOREACH(imod, &orte_notifier_base.modules, orte_notifier_active_module_t) {
|
||||||
if (NULL != imod->module->report &&
|
if (NULL != imod->module->report &&
|
||||||
0 == strcmp(imod->component->base_version.mca_component_name, modules[i]))
|
0 == strcmp(imod->component->base_version.mca_component_name, modules[i]))
|
||||||
imod->module->report(req);
|
imod->module->report(req);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
const char* orte_notifier_base_sev2str(orte_notifier_severity_t severity)
|
const char* orte_notifier_base_sev2str(orte_notifier_severity_t severity)
|
||||||
|
Загрузка…
Ссылка в новой задаче
Block a user