Ticket #681 (closed bug: fixed)
Hydra Warnings with Intel Compiler
| Reported by: | James Dinan <dinan@…> | Owned by: | balaji |
|---|---|---|---|
| Priority: | major | Milestone: | mpich2-1.1.1 |
| Component: | mpich2 | Keywords: | |
| Cc: |
Description
./pm/pmiserv/pmi_handle_v2.c(73): warning #181: argument is incompatible
with corresponding format string conversion
HYDU_snprintf(cmdlen, 7, "%6d", strlen(cmd));
./pm/pmiserv/pmi_proxy_utils.c(99): warning #188: enumerated type mixed
with another type
HYD_PMCD_pmi_proxy_params.binding = atoi(*argv);
^
./pm/pmiserv/pmi_proxy_utils.c(145): warning #188: enumerated type mixed
with another type
HYD_PMCD_pmi_proxy_params.genv_prop = atoi(*argv);
^
./pm/pmiserv/pmi_proxy_utils.c(237): warning #188: enumerated type mixed
with another type
exec->prop = atoi(*argv);
^
./pm/pmiserv/pmi_proxy_utils.c(280): warning #188: enumerated type mixed
with another type
HYD_PMCD_pmi_proxy_params.proxy.launch_mode = atoi(*argv);
^
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
