From 712634efd343c295bc84801353df27a3a139a31a Mon Sep 17 00:00:00 2001 From: Ralph Castain Date: Thu, 1 May 2014 23:58:03 +0000 Subject: [PATCH] Silence warning Refs trac:4576 This commit was SVN r31596. The following Trac tickets were found above: Ticket 4576 --> https://svn.open-mpi.org/trac/ompi/ticket/4576 --- orte/util/show_help.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/orte/util/show_help.c b/orte/util/show_help.c index 07d30f36b6..4ddf2ea383 100644 --- a/orte/util/show_help.c +++ b/orte/util/show_help.c @@ -674,7 +674,7 @@ int orte_show_help_norender(const char *filename, const char *topic, active = true; if (ORTE_SUCCESS != (rc = orte_rml.send_buffer_nb(ORTE_PROC_MY_HNP, buf, ORTE_RML_TAG_SHOW_HELP, - cbfunc, &active))) { + cbfunc, (void*)&active))) { ORTE_ERROR_LOG(rc); OBJ_RELEASE(buf); } else {