1
1
openmpi/opal/mca/hwloc/base
Jeff Squyres abeef55a55 Fix a few compiler warnings reported by clang:
* Ensure "cnt" is always initialized
 * Ensure we dont' buffer overflow on strncat() -- need to ensure we
   account for the terminating \0 character
 * hwloc_get_type_depth() returns an int (not unsigned), and
   HWLOC_TYPE_DEPTH_UNKNOWN if it's unknown (which is probably <0, but
   still, might as well check what the official hwloc docs say to
   check for)

cmr=v1.7.4:reviewer=rhc:subject=fix hwloc base compiler warnings

This commit was SVN r29686.
2013-11-13 15:54:01 +00:00
..
base.h **************************************************************** 2013-10-14 16:52:58 +00:00
help-opal-hwloc-base.txt Clean up the error message names from the hwloc base, and add a 2012-08-29 16:40:46 +00:00
hwloc_base_dt.c Stomps compiler warnings in HCA min-dist calculation. This should be added to cmr:v1.7:reviewer=jladd 2013-06-12 16:25:25 +00:00
hwloc_base_frame.c **************************************************************** 2013-10-14 16:52:58 +00:00
hwloc_base_maffinity.c Per RFC, bring in the following changes: 2012-05-07 14:52:54 +00:00
hwloc_base_proc_mempolicy.c At long last, the fabled revision to the affinity system has arrived. A more detailed explanation of how this all works will be presented here: 2011-11-15 03:40:11 +00:00
hwloc_base_util.c Fix a few compiler warnings reported by clang: 2013-11-13 15:54:01 +00:00
Makefile.am **************************************************************** 2013-10-14 16:52:58 +00:00