1
1
Ralph Castain 7c0ec7e851 Cleanup warnings in binding code
This still leaves two unresolved warnings:

base/rmaps_base_binding.c:577:22: warning: variable ‘clvm’ set but not used [-Wunused-but-set-variable]
     unsigned clvl=0, clvm=0;
                      ^~~~
base/rmaps_base_binding.c:576:27: warning: variable ‘hwm’ set but not used [-Wunused-but-set-variable]
     hwloc_obj_type_t hwb, hwm;
                           ^~~

The problem is that these values are used in the OPAL_HWLOC_MAKE_OBJ_CACHE macro to form a variable name. Thus, the compiler doesn't recognize the values as being "used". I'm not entirely sure how to resolve it cleanly.

Signed-off-by: Ralph Castain <rhc@open-mpi.org>
2018-06-03 11:47:14 -07:00
..
2018-01-10 20:28:21 -08:00
2018-02-07 11:29:21 -08:00
2018-01-25 08:53:43 -08:00
2018-03-02 02:00:31 -08:00
2018-01-12 10:32:49 -08:00
2018-06-03 11:47:14 -07:00
2018-01-10 20:28:21 -08:00
2018-03-02 02:00:31 -08:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00