[mpich-commits] [mpich] MPICH primary repository branch, master, updated. v3.1.1-66-g3e62375

Service Account noreply at mpich.org
Tue Jul 8 11:42:06 CDT 2014


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MPICH primary repository".

The branch, master has been updated
       via  3e62375a49105206bf641b7ea8163d61e3ec3544 (commit)
      from  0989cef3742a9b9ccac167e900fb0310c2c48bc9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.mpich.org/mpich.git/commitdiff/3e62375a49105206bf641b7ea8163d61e3ec3544

commit 3e62375a49105206bf641b7ea8163d61e3ec3544
Author: Pavan Balaji <balaji at anl.gov>
Date:   Tue Jul 8 06:45:10 2014 -0500

    Removed unnecessary unused attributes.
    
    This seems to be a leftover change from earlier that got pulled into
    [b61fc702].
    
    Signed-off-by: Antonio J. Pena <apenya at mcs.anl.gov>

diff --git a/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-linux.c b/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-linux.c
index 13f3f18..a42b4f3 100644
--- a/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-linux.c
+++ b/src/pm/hydra/tools/topo/hwloc/hwloc/src/topology-linux.c
@@ -2727,7 +2727,7 @@ look_sysfsnode(struct hwloc_topology *topology,
       for (index_ = 0; index_ < nbnodes; index_++) {
           char nodepath[SYSFS_NUMA_NODE_PATH_LEN];
           hwloc_bitmap_t cpuset;
-          hwloc_obj_t node, res_obj __hwloc_attribute_unused;
+          hwloc_obj_t node, res_obj;
 
 	  osnode = indexes[index_];
 
@@ -4688,7 +4688,7 @@ hwloc_look_linuxfs_pci(struct hwloc_backend *backend)
     unsigned os_index;
     char path[64];
     char value[16];
-    size_t read __hwloc_attribute_unused;
+    size_t read;
     FILE *file;
 
     if (sscanf(dirent->d_name, "%04x:%02x:%02x.%01x", &domain, &bus, &dev, &func) != 4)

-----------------------------------------------------------------------

Summary of changes:
 .../tools/topo/hwloc/hwloc/src/topology-linux.c    |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
MPICH primary repository


More information about the commits mailing list