From 5daaf7f3fd2925a6875af43441f2bfc97e3c8f0d Mon Sep 17 00:00:00 2001 From: Howard Pritchard Date: Tue, 14 Mar 2017 08:41:51 -0600 Subject: [PATCH] ORTED: swat another compiler warning Signed-off-by: Howard Pritchard --- orte/mca/state/orted/state_orted.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/orte/mca/state/orted/state_orted.c b/orte/mca/state/orted/state_orted.c index c782d55f99..708d69fca2 100644 --- a/orte/mca/state/orted/state_orted.c +++ b/orte/mca/state/orted/state_orted.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2011-2012 Los Alamos National Security, LLC. + * Copyright (c) 2011-2017 Los Alamos National Security, LLC. * All rights reserved. * Copyright (c) 2014-2017 Intel, Inc. All rights reserved. * $COPYRIGHT$ @@ -254,7 +254,7 @@ static void track_procs(int fd, short argc, void *cbdata) orte_job_t *jdata; orte_proc_t *pdata, *pptr; opal_buffer_t *alert; - int rc, i, j; + int rc, i; orte_plm_cmd_flag_t cmd; char *rtmod; orte_std_cntr_t index;