From e371aff9f5525384a4d7e4fb82f793b811b86f16 Mon Sep 17 00:00:00 2001 From: Jeff Squyres Date: Sat, 1 Apr 2006 12:41:48 +0000 Subject: [PATCH] Fix minor compiler warning This commit was SVN r9514. --- ompi/runtime/ompi_mpi_abort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ompi/runtime/ompi_mpi_abort.c b/ompi/runtime/ompi_mpi_abort.c index 688f568205..08762301eb 100644 --- a/ompi/runtime/ompi_mpi_abort.c +++ b/ompi/runtime/ompi_mpi_abort.c @@ -83,7 +83,7 @@ ompi_mpi_abort(struct ompi_communicator_t* comm, orte_jobid_t my_jobid; int ret = OMPI_SUCCESS; char hostname[MAXHOSTNAMELEN]; - pid_t pid; + pid_t pid = 0; /* Corner case: if we're being called as a result of the OMPI_ERR_INIT_FINALIZE macro (meaning that this is before